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

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

Finishes the asynchronous execution of the GetReplicationJobs operation.
public EndGetReplicationJobs ( IAsyncResult asyncResult ) : GetReplicationJobsResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginGetReplicationJobs.
Результат Amazon.ServerMigrationService.Model.GetReplicationJobsResponse
        public  GetReplicationJobsResponse EndGetReplicationJobs(IAsyncResult asyncResult)
        {
            return EndInvoke<GetReplicationJobsResponse>(asyncResult);
        }