iControl.GlobalLBMonitor.Beginis_template_read_only C# (CSharp) Method

Beginis_template_read_only() public method

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