iControl.GlobalLBMonitor.Beginget_parent_template C# (CSharp) Method

Beginget_parent_template() public method

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