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

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

Initiates the asynchronous execution of the ListEventSubscriptions operation.
public BeginListEventSubscriptions ( ListEventSubscriptionsRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.Inspector.Model.ListEventSubscriptionsRequest Container for the necessary parameters to execute the ListEventSubscriptions 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 BeginListEventSubscriptions(ListEventSubscriptionsRequest request, AsyncCallback callback, object state)
        {
            var marshaller = new ListEventSubscriptionsRequestMarshaller();
            var unmarshaller = ListEventSubscriptionsResponseUnmarshaller.Instance;

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