Amazon.GameLift.AmazonGameLiftClient.EndDescribeFleetAttributes C# (CSharp) 메소드

EndDescribeFleetAttributes() 공개 메소드

Finishes the asynchronous execution of the DescribeFleetAttributes operation.
public EndDescribeFleetAttributes ( IAsyncResult asyncResult ) : DescribeFleetAttributesResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDescribeFleetAttributes.
리턴 Amazon.GameLift.Model.DescribeFleetAttributesResponse
        public  DescribeFleetAttributesResponse EndDescribeFleetAttributes(IAsyncResult asyncResult)
        {
            return EndInvoke<DescribeFleetAttributesResponse>(asyncResult);
        }
AmazonGameLiftClient