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

BeginScheduleRun() public method

Initiates the asynchronous execution of the ScheduleRun operation.
public BeginScheduleRun ( Amazon.DeviceFarm.Model.ScheduleRunRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.DeviceFarm.Model.ScheduleRunRequest Container for the necessary parameters to execute the ScheduleRun 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 BeginScheduleRun(ScheduleRunRequest request, AsyncCallback callback, object state)
        {
            var marshaller = new ScheduleRunRequestMarshaller();
            var unmarshaller = ScheduleRunResponseUnmarshaller.Instance;

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