Amazon.Lightsail.AmazonLightsailClient.GetOperationAsync C# (CSharp) Метод

GetOperationAsync() публичный Метод

Initiates the asynchronous execution of the GetOperation operation.
public GetOperationAsync ( GetOperationRequest request, System cancellationToken = default(CancellationToken) ) : Task
request Amazon.Lightsail.Model.GetOperationRequest Container for the necessary parameters to execute the GetOperation operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
Результат Task
        public Task<GetOperationResponse> GetOperationAsync(GetOperationRequest request, System.Threading.CancellationToken cancellationToken = default(CancellationToken))
        {
            var marshaller = new GetOperationRequestMarshaller();
            var unmarshaller = GetOperationResponseUnmarshaller.Instance;

            return InvokeAsync<GetOperationRequest,GetOperationResponse>(request, marshaller, 
                unmarshaller, cancellationToken);
        }
AmazonLightsailClient