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

EndDescribeScalingPolicies() 공개 메소드

Finishes the asynchronous execution of the DescribeScalingPolicies operation.
public EndDescribeScalingPolicies ( IAsyncResult asyncResult ) : DescribeScalingPoliciesResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDescribeScalingPolicies.
리턴 Amazon.GameLift.Model.DescribeScalingPoliciesResponse
        public  DescribeScalingPoliciesResponse EndDescribeScalingPolicies(IAsyncResult asyncResult)
        {
            return EndInvoke<DescribeScalingPoliciesResponse>(asyncResult);
        }
AmazonGameLiftClient