Amazon.GameLift.AmazonGameLiftClient.UpdateRuntimeConfigurationAsync C# (CSharp) 메소드

UpdateRuntimeConfigurationAsync() 공개 메소드

Initiates the asynchronous execution of the UpdateRuntimeConfiguration operation.
public UpdateRuntimeConfigurationAsync ( UpdateRuntimeConfigurationRequest request, System cancellationToken = default(CancellationToken) ) : Task
request Amazon.GameLift.Model.UpdateRuntimeConfigurationRequest Container for the necessary parameters to execute the UpdateRuntimeConfiguration operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
리턴 Task
        public Task<UpdateRuntimeConfigurationResponse> UpdateRuntimeConfigurationAsync(UpdateRuntimeConfigurationRequest request, System.Threading.CancellationToken cancellationToken = default(CancellationToken))
        {
            var marshaller = new UpdateRuntimeConfigurationRequestMarshaller();
            var unmarshaller = UpdateRuntimeConfigurationResponseUnmarshaller.Instance;

            return InvokeAsync<UpdateRuntimeConfigurationRequest,UpdateRuntimeConfigurationResponse>(request, marshaller, 
                unmarshaller, cancellationToken);
        }
AmazonGameLiftClient