Amazon.Redshift.AmazonRedshiftClient.EndDescribeEventSubscriptions C# (CSharp) 메소드

EndDescribeEventSubscriptions() 공개 메소드

Finishes the asynchronous execution of the DescribeEventSubscriptions operation.
public EndDescribeEventSubscriptions ( IAsyncResult asyncResult ) : DescribeEventSubscriptionsResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDescribeEventSubscriptions.
리턴 DescribeEventSubscriptionsResponse
        public  DescribeEventSubscriptionsResponse EndDescribeEventSubscriptions(IAsyncResult asyncResult)
        {
            return EndInvoke<DescribeEventSubscriptionsResponse>(asyncResult);
        }
AmazonRedshiftClient