Amazon.Lambda.AmazonLambdaClient.EndListEventSourceMappings C# (CSharp) Метод

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

Finishes the asynchronous execution of the ListEventSourceMappings operation.
public EndListEventSourceMappings ( IAsyncResult asyncResult ) : ListEventSourceMappingsResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginListEventSourceMappings.
Результат Amazon.Lambda.Model.ListEventSourceMappingsResponse
        public  ListEventSourceMappingsResponse EndListEventSourceMappings(IAsyncResult asyncResult)
        {
            return EndInvoke<ListEventSourceMappingsResponse>(asyncResult);
        }
AmazonLambdaClient