iControl.WebAcceleratorApplications.Beginget_performance_monitor_state C# (CSharp) Method

Beginget_performance_monitor_state() public method

public Beginget_performance_monitor_state ( string applications, System callback, object asyncState ) : System.IAsyncResult
applications string
callback System
asyncState object
return System.IAsyncResult
        public System.IAsyncResult Beginget_performance_monitor_state(string [] applications, System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("get_performance_monitor_state", new object[] {
            applications}, callback, asyncState);
        }
WebAcceleratorApplications