Amazon.Redshift.AmazonRedshiftClient.EndCreateEventSubscription C# (CSharp) Метод

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

Finishes the asynchronous execution of the CreateEventSubscription operation.
public EndCreateEventSubscription ( IAsyncResult asyncResult ) : CreateEventSubscriptionResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginCreateEventSubscription.
Результат CreateEventSubscriptionResponse
        public  CreateEventSubscriptionResponse EndCreateEventSubscription(IAsyncResult asyncResult)
        {
            return EndInvoke<CreateEventSubscriptionResponse>(asyncResult);
        }
AmazonRedshiftClient