Amazon.ServerMigrationService.AmazonServerMigrationServiceClient.EndUpdateReplicationJob C# (CSharp) Méthode

EndUpdateReplicationJob() public méthode

Finishes the asynchronous execution of the UpdateReplicationJob operation.
public EndUpdateReplicationJob ( IAsyncResult asyncResult ) : UpdateReplicationJobResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginUpdateReplicationJob.
Résultat UpdateReplicationJobResponse
        public  UpdateReplicationJobResponse EndUpdateReplicationJob(IAsyncResult asyncResult)
        {
            return EndInvoke<UpdateReplicationJobResponse>(asyncResult);
        }