Amazon.Lightsail.AmazonLightsailClient.EndStopInstance C# (CSharp) Method

EndStopInstance() public method

Finishes the asynchronous execution of the StopInstance operation.
public EndStopInstance ( IAsyncResult asyncResult ) : StopInstanceResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginStopInstance.
return Amazon.Lightsail.Model.StopInstanceResponse
        public  StopInstanceResponse EndStopInstance(IAsyncResult asyncResult)
        {
            return EndInvoke<StopInstanceResponse>(asyncResult);
        }
AmazonLightsailClient