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

EndCreateReplicationJob() 공개 메소드

Finishes the asynchronous execution of the CreateReplicationJob operation.
public EndCreateReplicationJob ( IAsyncResult asyncResult ) : CreateReplicationJobResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginCreateReplicationJob.
리턴 Amazon.ServerMigrationService.Model.CreateReplicationJobResponse
        public  CreateReplicationJobResponse EndCreateReplicationJob(IAsyncResult asyncResult)
        {
            return EndInvoke<CreateReplicationJobResponse>(asyncResult);
        }