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);
        }