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

BeginGetParameters() public method

Initiates the asynchronous execution of the GetParameters operation.
public BeginGetParameters ( GetParametersRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.SimpleSystemsManagement.Model.GetParametersRequest Container for the necessary parameters to execute the GetParameters 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.
return IAsyncResult
        public IAsyncResult BeginGetParameters(GetParametersRequest request, AsyncCallback callback, object state)
        {
            var marshaller = new GetParametersRequestMarshaller();
            var unmarshaller = GetParametersResponseUnmarshaller.Instance;

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