Amazon.XRay.AmazonXRayClient.BeginPutTraceSegments C# (CSharp) Метод

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

Initiates the asynchronous execution of the PutTraceSegments operation.
public BeginPutTraceSegments ( PutTraceSegmentsRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.XRay.Model.PutTraceSegmentsRequest Container for the necessary parameters to execute the PutTraceSegments operation on AmazonXRayClient.
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 BeginPutTraceSegments(PutTraceSegmentsRequest request, AsyncCallback callback, object state)
        {
            var marshaller = new PutTraceSegmentsRequestMarshaller();
            var unmarshaller = PutTraceSegmentsResponseUnmarshaller.Instance;

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