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

EndDeleteScalingPolicy() public method

Finishes the asynchronous execution of the DeleteScalingPolicy operation.
public EndDeleteScalingPolicy ( IAsyncResult asyncResult ) : DeleteScalingPolicyResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDeleteScalingPolicy.
return DeleteScalingPolicyResponse
        public  DeleteScalingPolicyResponse EndDeleteScalingPolicy(IAsyncResult asyncResult)
        {
            return EndInvoke<DeleteScalingPolicyResponse>(asyncResult);
        }
AmazonGameLiftClient