Amazon.StepFunctions.AmazonStepFunctionsClient.StopExecution C# (CSharp) Метод

StopExecution() приватный Метод

private StopExecution ( StopExecutionRequest request ) : StopExecutionResponse
request Amazon.StepFunctions.Model.StopExecutionRequest
Результат Amazon.StepFunctions.Model.StopExecutionResponse
        internal StopExecutionResponse StopExecution(StopExecutionRequest request)
        {
            var marshaller = new StopExecutionRequestMarshaller();
            var unmarshaller = StopExecutionResponseUnmarshaller.Instance;

            return Invoke<StopExecutionRequest,StopExecutionResponse>(request, marshaller, unmarshaller);
        }