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

StartOnDemandReplicationRun() public method

The StartOnDemandReplicationRun API is used to start a ReplicationRun on demand (in addition to those that are scheduled based on your frequency). This ReplicationRun will start immediately. StartOnDemandReplicationRun is subject to limits on how many on demand ReplicationRuns you may call per 24-hour period.
/// A parameter specified in the request is not valid, is unsupported, or cannot be used. /// /// The request is missing a required parameter. Ensure that you have supplied all the /// required parameters for the request. /// /// The specified operation is not allowed. This error can occur for a number of reasons; /// for example, you might be trying to start a Replication Run before seed Replication /// Run. /// /// This user has exceeded the maximum allowed Replication Run limit. /// /// This user does not have permissions to perform this operation. ///
public StartOnDemandReplicationRun ( StartOnDemandReplicationRunRequest request ) : StartOnDemandReplicationRunResponse
request Amazon.ServerMigrationService.Model.StartOnDemandReplicationRunRequest Container for the necessary parameters to execute the StartOnDemandReplicationRun service method.
return Amazon.ServerMigrationService.Model.StartOnDemandReplicationRunResponse
        public StartOnDemandReplicationRunResponse StartOnDemandReplicationRun(StartOnDemandReplicationRunRequest request)
        {
            var marshaller = new StartOnDemandReplicationRunRequestMarshaller();
            var unmarshaller = StartOnDemandReplicationRunResponseUnmarshaller.Instance;

            return Invoke<StartOnDemandReplicationRunRequest,StartOnDemandReplicationRunResponse>(request, marshaller, unmarshaller);
        }