Amazon.SimpleSystemsManagement.AmazonSimpleSystemsManagementClient.GetParameterHistoryAsync C# (CSharp) Method

GetParameterHistoryAsync() public method

Initiates the asynchronous execution of the GetParameterHistory operation.
public GetParameterHistoryAsync ( GetParameterHistoryRequest request, System cancellationToken = default(CancellationToken) ) : Task
request Amazon.SimpleSystemsManagement.Model.GetParameterHistoryRequest Container for the necessary parameters to execute the GetParameterHistory operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
return Task
        public Task<GetParameterHistoryResponse> GetParameterHistoryAsync(GetParameterHistoryRequest request, System.Threading.CancellationToken cancellationToken = default(CancellationToken))
        {
            var marshaller = new GetParameterHistoryRequestMarshaller();
            var unmarshaller = GetParameterHistoryResponseUnmarshaller.Instance;

            return InvokeAsync<GetParameterHistoryRequest,GetParameterHistoryResponse>(request, marshaller, 
                unmarshaller, cancellationToken);
        }
AmazonSimpleSystemsManagementClient