Amazon.Inspector.AmazonInspectorClient.EndSubscribeToEvent C# (CSharp) Méthode

EndSubscribeToEvent() public méthode

Finishes the asynchronous execution of the SubscribeToEvent operation.
public EndSubscribeToEvent ( IAsyncResult asyncResult ) : SubscribeToEventResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginSubscribeToEvent.
Résultat SubscribeToEventResponse
        public  SubscribeToEventResponse EndSubscribeToEvent(IAsyncResult asyncResult)
        {
            return EndInvoke<SubscribeToEventResponse>(asyncResult);
        }
AmazonInspectorClient