Amazon.ServerMigrationService.AmazonServerMigrationServiceClient.EndStartOnDemandReplicationRun C# (CSharp) Method

EndStartOnDemandReplicationRun() public method

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