iControl.GlobalLBMonitor.Beginget_template_transparent_mode C# (CSharp) Method

Beginget_template_transparent_mode() public method

public Beginget_template_transparent_mode ( string template_names, System callback, object asyncState ) : System.IAsyncResult
template_names string
callback System
asyncState object
return System.IAsyncResult
        public System.IAsyncResult Beginget_template_transparent_mode(string [] template_names, System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("get_template_transparent_mode", new object[] {
            template_names}, callback, asyncState);
        }
GlobalLBMonitor