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

BeginGetSuite() public method

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

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