Amazon.KinesisAnalytics.AmazonKinesisAnalyticsClient.EndAddApplicationReferenceDataSource C# (CSharp) Method

EndAddApplicationReferenceDataSource() public method

Finishes the asynchronous execution of the AddApplicationReferenceDataSource operation.
public EndAddApplicationReferenceDataSource ( IAsyncResult asyncResult ) : AddApplicationReferenceDataSourceResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginAddApplicationReferenceDataSource.
return AddApplicationReferenceDataSourceResponse
        public  AddApplicationReferenceDataSourceResponse EndAddApplicationReferenceDataSource(IAsyncResult asyncResult)
        {
            return EndInvoke<AddApplicationReferenceDataSourceResponse>(asyncResult);
        }