iControl.ManagementEventSubscription.Beginget_available_event_types C# (CSharp) Method

Beginget_available_event_types() public method

public Beginget_available_event_types ( System callback, object asyncState ) : System.IAsyncResult
callback System
asyncState object
return System.IAsyncResult
        public System.IAsyncResult Beginget_available_event_types(System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("get_available_event_types", new object[0], callback, asyncState);
        }