Amazon.CodeDeploy.AmazonCodeDeployClient.BeginRemoveTagsFromOnPremisesInstances C# (CSharp) Метод

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

Initiates the asynchronous execution of the RemoveTagsFromOnPremisesInstances operation.
public BeginRemoveTagsFromOnPremisesInstances ( RemoveTagsFromOnPremisesInstancesRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.CodeDeploy.Model.RemoveTagsFromOnPremisesInstancesRequest Container for the necessary parameters to execute the RemoveTagsFromOnPremisesInstances operation on AmazonCodeDeployClient.
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 BeginRemoveTagsFromOnPremisesInstances(RemoveTagsFromOnPremisesInstancesRequest request, AsyncCallback callback, object state)
        {
            var marshaller = new RemoveTagsFromOnPremisesInstancesRequestMarshaller();
            var unmarshaller = RemoveTagsFromOnPremisesInstancesResponseUnmarshaller.Instance;

            return BeginInvoke<RemoveTagsFromOnPremisesInstancesRequest>(request, marshaller, unmarshaller,
                callback, state);
        }
AmazonCodeDeployClient