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

EndGetBlueprints() public method

Finishes the asynchronous execution of the GetBlueprints operation.
public EndGetBlueprints ( IAsyncResult asyncResult ) : GetBlueprintsResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginGetBlueprints.
return GetBlueprintsResponse
        public  GetBlueprintsResponse EndGetBlueprints(IAsyncResult asyncResult)
        {
            return EndInvoke<GetBlueprintsResponse>(asyncResult);
        }
AmazonLightsailClient