Amazon.Lightsail.AmazonLightsailClient.EndStopInstance C# (CSharp) Метод

EndStopInstance() публичный Метод

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