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

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

Initiates the asynchronous execution of the GetParameterHistory operation.
public BeginGetParameterHistory ( GetParameterHistoryRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.SimpleSystemsManagement.Model.GetParameterHistoryRequest Container for the necessary parameters to execute the GetParameterHistory operation on AmazonSimpleSystemsManagementClient.
callback AsyncCallback An AsyncCallback delegate that is invoked when the operation completes.
state object A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property.
Результат IAsyncResult
        public IAsyncResult BeginGetParameterHistory(GetParameterHistoryRequest request, AsyncCallback callback, object state)
        {
            var marshaller = new GetParameterHistoryRequestMarshaller();
            var unmarshaller = GetParameterHistoryResponseUnmarshaller.Instance;

            return BeginInvoke<GetParameterHistoryRequest>(request, marshaller, unmarshaller,
                callback, state);
        }
AmazonSimpleSystemsManagementClient