Amazon.DeviceFarm.AmazonDeviceFarmClient.BeginGetRun C# (CSharp) Method

BeginGetRun() public method

Initiates the asynchronous execution of the GetRun operation.
public BeginGetRun ( Amazon.DeviceFarm.Model.GetRunRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.DeviceFarm.Model.GetRunRequest Container for the necessary parameters to execute the GetRun operation on AmazonDeviceFarmClient.
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 BeginGetRun(GetRunRequest request, AsyncCallback callback, object state)
        {
            var marshaller = new GetRunRequestMarshaller();
            var unmarshaller = GetRunResponseUnmarshaller.Instance;

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