Amazon.Lightsail.AmazonLightsailClient.EndGetOperation C# (CSharp) Méthode

EndGetOperation() public méthode

Finishes the asynchronous execution of the GetOperation operation.
public EndGetOperation ( IAsyncResult asyncResult ) : GetOperationResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginGetOperation.
Résultat Amazon.Lightsail.Model.GetOperationResponse
        public  GetOperationResponse EndGetOperation(IAsyncResult asyncResult)
        {
            return EndInvoke<GetOperationResponse>(asyncResult);
        }
AmazonLightsailClient