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

EndPutScalingPolicy() public method

Finishes the asynchronous execution of the PutScalingPolicy operation.
public EndPutScalingPolicy ( IAsyncResult asyncResult ) : PutScalingPolicyResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginPutScalingPolicy.
return Amazon.GameLift.Model.PutScalingPolicyResponse
        public  PutScalingPolicyResponse EndPutScalingPolicy(IAsyncResult asyncResult)
        {
            return EndInvoke<PutScalingPolicyResponse>(asyncResult);
        }
AmazonGameLiftClient