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

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

Initiates the asynchronous execution of the GetEventSourceMapping operation.
public BeginGetEventSourceMapping ( Amazon.Lambda.Model.GetEventSourceMappingRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.Lambda.Model.GetEventSourceMappingRequest Container for the necessary parameters to execute the GetEventSourceMapping operation on AmazonLambdaClient.
callback AsyncCallback An AsyncCallback delegate that is invoked when the operation completes.
state object A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property.
Результат IAsyncResult
        public IAsyncResult BeginGetEventSourceMapping(GetEventSourceMappingRequest request, AsyncCallback callback, object state)
        {
            var marshaller = new GetEventSourceMappingRequestMarshaller();
            var unmarshaller = GetEventSourceMappingResponseUnmarshaller.Instance;

            return BeginInvoke<GetEventSourceMappingRequest>(request, marshaller, unmarshaller,
                callback, state);
        }
AmazonLambdaClient