Amazon.DirectoryService.AmazonDirectoryServiceClient.BeginDeregisterEventTopic C# (CSharp) Метод

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

Initiates the asynchronous execution of the DeregisterEventTopic operation.
public BeginDeregisterEventTopic ( DeregisterEventTopicRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.DirectoryService.Model.DeregisterEventTopicRequest Container for the necessary parameters to execute the DeregisterEventTopic operation on AmazonDirectoryServiceClient.
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 BeginDeregisterEventTopic(DeregisterEventTopicRequest request, AsyncCallback callback, object state)
        {
            var marshaller = new DeregisterEventTopicRequestMarshaller();
            var unmarshaller = DeregisterEventTopicResponseUnmarshaller.Instance;

            return BeginInvoke<DeregisterEventTopicRequest>(request, marshaller, unmarshaller,
                callback, state);
        }
AmazonDirectoryServiceClient