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

EndUnsubscribeFromEvent() public méthode

Finishes the asynchronous execution of the UnsubscribeFromEvent operation.
public EndUnsubscribeFromEvent ( IAsyncResult asyncResult ) : UnsubscribeFromEventResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginUnsubscribeFromEvent.
Résultat UnsubscribeFromEventResponse
        public  UnsubscribeFromEventResponse EndUnsubscribeFromEvent(IAsyncResult asyncResult)
        {
            return EndInvoke<UnsubscribeFromEventResponse>(asyncResult);
        }
AmazonInspectorClient