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

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

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