PropertyGrid for WPF | ComponentOne
C1.WPF.PropertyGrid Namespace / PropertyGridGroupsCollection Class / ConnectAsync Method

In This Topic
    ConnectAsync Method
    In This Topic
    Syntax
    'Declaration
     
    
    <AsyncStateMachineAttribute(C1.DataCollection.C1WrapDataCollection`2/d__74)> 
    Public Overridable Function ConnectAsync( _ 
       Optional ByVal cancellationToken As CancellationToken _ 
    ) As Task
    [AsyncStateMachine(C1.DataCollection.C1WrapDataCollection`2/d__74)] 
    public virtual Task ConnectAsync( 
       CancellationToken cancellationToken 
    )

    Parameters

    cancellationToken
    See Also