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

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

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