Amazon.ServerMigrationService.AmazonServerMigrationServiceClient.EndGetReplicationRuns C# (CSharp) 메소드

EndGetReplicationRuns() 공개 메소드

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