Amazon.Lightsail.AmazonLightsailClient.EndGetOperations C# (CSharp) 메소드

EndGetOperations() 공개 메소드

Finishes the asynchronous execution of the GetOperations operation.
public EndGetOperations ( IAsyncResult asyncResult ) : GetOperationsResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginGetOperations.
리턴 Amazon.Lightsail.Model.GetOperationsResponse
        public  GetOperationsResponse EndGetOperations(IAsyncResult asyncResult)
        {
            return EndInvoke<GetOperationsResponse>(asyncResult);
        }
AmazonLightsailClient