iControl.GlobalLBMonitor.create_template C# (CSharp) Method

create_template() private method

private create_template ( GlobalLBMonitorMonitorTemplate templates, GlobalLBMonitorCommonAttributes template_attributes ) : void
templates GlobalLBMonitorMonitorTemplate
template_attributes GlobalLBMonitorCommonAttributes
return void
        public void create_template(
		GlobalLBMonitorMonitorTemplate [] templates,
		GlobalLBMonitorCommonAttributes [] template_attributes
	)
        {
            this.Invoke("create_template", new object [] {
                templates,
                template_attributes});
        }
GlobalLBMonitor