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);
        }