Amazon.KinesisAnalytics.AmazonKinesisAnalyticsClient.EndAddApplicationReferenceDataSource C# (CSharp) Метод

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

Finishes the asynchronous execution of the AddApplicationReferenceDataSource operation.
public EndAddApplicationReferenceDataSource ( IAsyncResult asyncResult ) : AddApplicationReferenceDataSourceResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginAddApplicationReferenceDataSource.
Результат AddApplicationReferenceDataSourceResponse
        public  AddApplicationReferenceDataSourceResponse EndAddApplicationReferenceDataSource(IAsyncResult asyncResult)
        {
            return EndInvoke<AddApplicationReferenceDataSourceResponse>(asyncResult);
        }