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

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

Finishes the asynchronous execution of the UpdateReplicationJob operation.
public EndUpdateReplicationJob ( IAsyncResult asyncResult ) : UpdateReplicationJobResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginUpdateReplicationJob.
Результат UpdateReplicationJobResponse
        public  UpdateReplicationJobResponse EndUpdateReplicationJob(IAsyncResult asyncResult)
        {
            return EndInvoke<UpdateReplicationJobResponse>(asyncResult);
        }