Amazon.CloudHSM.AmazonCloudHSMClient.EndListAvailableZones C# (CSharp) Method

EndListAvailableZones() public method

Finishes the asynchronous execution of the ListAvailableZones operation.
public EndListAvailableZones ( IAsyncResult asyncResult ) : ListAvailableZonesResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginListAvailableZones.
return Amazon.CloudHSM.Model.ListAvailableZonesResponse
        public  ListAvailableZonesResponse EndListAvailableZones(IAsyncResult asyncResult)
        {
            return EndInvoke<ListAvailableZonesResponse>(asyncResult);
        }