Xceed .NET Libraries Documentation
Xceed.Ftp Assembly / Xceed.Ftp Namespace / AsyncFtpClient Class / BeginChangeListingMethod Method


In This Topic
    BeginChangeListingMethod Method
    In This Topic
    Syntax
    'Declaration
     
    Public Function BeginChangeListingMethod( _
       ByVal listingMethod As ListingMethod, _
       ByVal callback As AsyncCallback, _
       ByVal state As Object _
    ) As IAsyncResult
    'Usage
     
    Dim instance As AsyncFtpClient
    Dim listingMethod As ListingMethod
    Dim callback As AsyncCallback
    Dim state As Object
    Dim value As IAsyncResult
     
    value = instance.BeginChangeListingMethod(listingMethod, callback, state)
    public IAsyncResult BeginChangeListingMethod( 
       ListingMethod listingMethod,
       AsyncCallback callback,
       object state
    )

    Parameters

    listingMethod
    callback
    state
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also