Amazon.ConfigService.AmazonConfigServiceClient.BeginPutEvaluations C# (CSharp) Method

BeginPutEvaluations() public method

Initiates the asynchronous execution of the PutEvaluations operation.
public BeginPutEvaluations ( Amazon.ConfigService.Model.PutEvaluationsRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.ConfigService.Model.PutEvaluationsRequest Container for the necessary parameters to execute the PutEvaluations operation on AmazonConfigServiceClient.
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.
return IAsyncResult
        public IAsyncResult BeginPutEvaluations(PutEvaluationsRequest request, AsyncCallback callback, object state)
        {
            var marshaller = new PutEvaluationsRequestMarshaller();
            var unmarshaller = PutEvaluationsResponseUnmarshaller.Instance;

            return BeginInvoke<PutEvaluationsRequest>(request, marshaller, unmarshaller,
                callback, state);
        }
AmazonConfigServiceClient