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

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

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