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

EndGetOperationsForResource() public méthode

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