Amazon.CloudWatchLogs.AmazonCloudWatchLogsClient.BeginUntagLogGroup C# (CSharp) Method

BeginUntagLogGroup() public method

Initiates the asynchronous execution of the UntagLogGroup operation.
public BeginUntagLogGroup ( UntagLogGroupRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.CloudWatchLogs.Model.UntagLogGroupRequest Container for the necessary parameters to execute the UntagLogGroup operation on AmazonCloudWatchLogsClient.
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 BeginUntagLogGroup(UntagLogGroupRequest request, AsyncCallback callback, object state)
        {
            var marshaller = new UntagLogGroupRequestMarshaller();
            var unmarshaller = UntagLogGroupResponseUnmarshaller.Instance;

            return BeginInvoke<UntagLogGroupRequest>(request, marshaller, unmarshaller,
                callback, state);
        }
AmazonCloudWatchLogsClient