Amazon.Redshift.AmazonRedshiftClient.EndCreateEventSubscription C# (CSharp) Method

EndCreateEventSubscription() public method

Finishes the asynchronous execution of the CreateEventSubscription operation.
public EndCreateEventSubscription ( IAsyncResult asyncResult ) : CreateEventSubscriptionResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginCreateEventSubscription.
return CreateEventSubscriptionResponse
        public  CreateEventSubscriptionResponse EndCreateEventSubscription(IAsyncResult asyncResult)
        {
            return EndInvoke<CreateEventSubscriptionResponse>(asyncResult);
        }
AmazonRedshiftClient