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