Amazon.ServerMigrationService.AmazonServerMigrationServiceClient.BeginGetServers C# (CSharp) Метод

BeginGetServers() публичный Метод

Initiates the asynchronous execution of the GetServers operation.
public BeginGetServers ( GetServersRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.ServerMigrationService.Model.GetServersRequest Container for the necessary parameters to execute the GetServers operation on AmazonServerMigrationServiceClient.
callback AsyncCallback An AsyncCallback delegate that is invoked when the operation completes.
state object A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property.
Результат IAsyncResult
        public IAsyncResult BeginGetServers(GetServersRequest request, AsyncCallback callback, object state)
        {
            var marshaller = new GetServersRequestMarshaller();
            var unmarshaller = GetServersResponseUnmarshaller.Instance;

            return BeginInvoke<GetServersRequest>(request, marshaller, unmarshaller,
                callback, state);
        }