iControl.LocalLBMonitor.create_template C# (CSharp) Method

create_template() private method

private create_template ( LocalLBMonitorMonitorTemplate templates, LocalLBMonitorCommonAttributes template_attributes ) : void
templates LocalLBMonitorMonitorTemplate
template_attributes LocalLBMonitorCommonAttributes
return void
        public void create_template(
		LocalLBMonitorMonitorTemplate [] templates,
		LocalLBMonitorCommonAttributes [] template_attributes
	)
        {
            this.Invoke("create_template", new object [] {
                templates,
                template_attributes});
        }
LocalLBMonitor