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

EndGetServers() public method

Finishes the asynchronous execution of the GetServers operation.
public EndGetServers ( IAsyncResult asyncResult ) : GetServersResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginGetServers.
return Amazon.ServerMigrationService.Model.GetServersResponse
        public  GetServersResponse EndGetServers(IAsyncResult asyncResult)
        {
            return EndInvoke<GetServersResponse>(asyncResult);
        }