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

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

Initiates the asynchronous execution of the DeleteParameter operation.
public BeginDeleteParameter ( DeleteParameterRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.SimpleSystemsManagement.Model.DeleteParameterRequest Container for the necessary parameters to execute the DeleteParameter 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 BeginDeleteParameter(DeleteParameterRequest request, AsyncCallback callback, object state)
        {
            var marshaller = new DeleteParameterRequestMarshaller();
            var unmarshaller = DeleteParameterResponseUnmarshaller.Instance;

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