iControl.LocalLBMonitor.get_template_list C# (CSharp) Method

get_template_list() private method

private get_template_list ( ) : LocalLBMonitorMonitorTemplate[]
return LocalLBMonitorMonitorTemplate[]
        public LocalLBMonitorMonitorTemplate[] get_template_list(

	)
        {
            object [] results = this.Invoke("get_template_list", new object [0]);
            return ((LocalLBMonitorMonitorTemplate [])(results[0]));
        }
LocalLBMonitor