Amazon.Lightsail.AmazonLightsailClient.EndGetInstances C# (CSharp) Method

EndGetInstances() public method

Finishes the asynchronous execution of the GetInstances operation.
public EndGetInstances ( IAsyncResult asyncResult ) : GetInstancesResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginGetInstances.
return Amazon.Lightsail.Model.GetInstancesResponse
        public  GetInstancesResponse EndGetInstances(IAsyncResult asyncResult)
        {
            return EndInvoke<GetInstancesResponse>(asyncResult);
        }
AmazonLightsailClient