Amazon.Inspector.AmazonInspectorClient.BeginSetTagsForResource C# (CSharp) Метод

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

Initiates the asynchronous execution of the SetTagsForResource operation.
public BeginSetTagsForResource ( SetTagsForResourceRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.Inspector.Model.SetTagsForResourceRequest Container for the necessary parameters to execute the SetTagsForResource operation on AmazonInspectorClient.
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 BeginSetTagsForResource(SetTagsForResourceRequest request, AsyncCallback callback, object state)
        {
            var marshaller = new SetTagsForResourceRequestMarshaller();
            var unmarshaller = SetTagsForResourceResponseUnmarshaller.Instance;

            return BeginInvoke<SetTagsForResourceRequest>(request, marshaller, unmarshaller,
                callback, state);
        }
AmazonInspectorClient