Amazon.GameLift.AmazonGameLiftClient.BeginDescribeFleetCapacity C# (CSharp) Method

BeginDescribeFleetCapacity() public method

Initiates the asynchronous execution of the DescribeFleetCapacity operation.
public BeginDescribeFleetCapacity ( DescribeFleetCapacityRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.GameLift.Model.DescribeFleetCapacityRequest Container for the necessary parameters to execute the DescribeFleetCapacity operation on AmazonGameLiftClient.
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 BeginDescribeFleetCapacity(DescribeFleetCapacityRequest request, AsyncCallback callback, object state)
        {
            var marshaller = new DescribeFleetCapacityRequestMarshaller();
            var unmarshaller = DescribeFleetCapacityResponseUnmarshaller.Instance;

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