Amazon.CloudHSM.AmazonCloudHSMClient.BeginListAvailableZones C# (CSharp) Метод

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

Initiates the asynchronous execution of the ListAvailableZones operation.
public BeginListAvailableZones ( ListAvailableZonesRequest request, AsyncCallback callback, object state ) : IAsyncResult
request ListAvailableZonesRequest Container for the necessary parameters to execute the ListAvailableZones operation on AmazonCloudHSMClient.
callback AsyncCallback An AsyncCallback delegate that is invoked when the operation completes.
state object A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property.
Результат IAsyncResult
        public IAsyncResult BeginListAvailableZones(ListAvailableZonesRequest request, AsyncCallback callback, object state)
        {
            var marshaller = new ListAvailableZonesRequestMarshaller();
            var unmarshaller = ListAvailableZonesResponseUnmarshaller.Instance;

            return BeginInvoke<ListAvailableZonesRequest>(request, marshaller, unmarshaller,
                callback, state);
        }