Amazon.DeviceFarm.AmazonDeviceFarmClient.BeginGetDevicePool C# (CSharp) Метод

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

Initiates the asynchronous execution of the GetDevicePool operation.
public BeginGetDevicePool ( Amazon.DeviceFarm.Model.GetDevicePoolRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.DeviceFarm.Model.GetDevicePoolRequest Container for the necessary parameters to execute the GetDevicePool 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.
Результат IAsyncResult
        public IAsyncResult BeginGetDevicePool(GetDevicePoolRequest request, AsyncCallback callback, object state)
        {
            var marshaller = new GetDevicePoolRequestMarshaller();
            var unmarshaller = GetDevicePoolResponseUnmarshaller.Instance;

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