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

EndStartOnDemandReplicationRun() 공개 메소드

Finishes the asynchronous execution of the StartOnDemandReplicationRun operation.
public EndStartOnDemandReplicationRun ( IAsyncResult asyncResult ) : StartOnDemandReplicationRunResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginStartOnDemandReplicationRun.
리턴 Amazon.ServerMigrationService.Model.StartOnDemandReplicationRunResponse
        public  StartOnDemandReplicationRunResponse EndStartOnDemandReplicationRun(IAsyncResult asyncResult)
        {
            return EndInvoke<StartOnDemandReplicationRunResponse>(asyncResult);
        }