Amazon.ServerMigrationService.AmazonServerMigrationServiceClient.EndGetConnectors C# (CSharp) Method

EndGetConnectors() public method

Finishes the asynchronous execution of the GetConnectors operation.
public EndGetConnectors ( IAsyncResult asyncResult ) : GetConnectorsResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginGetConnectors.
return Amazon.ServerMigrationService.Model.GetConnectorsResponse
        public  GetConnectorsResponse EndGetConnectors(IAsyncResult asyncResult)
        {
            return EndInvoke<GetConnectorsResponse>(asyncResult);
        }