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

EndGetReplicationRuns() public method

Finishes the asynchronous execution of the GetReplicationRuns operation.
public EndGetReplicationRuns ( IAsyncResult asyncResult ) : GetReplicationRunsResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginGetReplicationRuns.
return Amazon.ServerMigrationService.Model.GetReplicationRunsResponse
        public  GetReplicationRunsResponse EndGetReplicationRuns(IAsyncResult asyncResult)
        {
            return EndInvoke<GetReplicationRunsResponse>(asyncResult);
        }