Amazon.SimpleSystemsManagement.AmazonSimpleSystemsManagementClient.GetParametersAsync C# (CSharp) Метод

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

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

            return InvokeAsync<GetParametersRequest,GetParametersResponse>(request, marshaller, 
                unmarshaller, cancellationToken);
        }
AmazonSimpleSystemsManagementClient