iControl.GlobalLBMonitor.Begincreate_template C# (CSharp) Method

Begincreate_template() public method

public Begincreate_template ( GlobalLBMonitorMonitorTemplate templates, GlobalLBMonitorCommonAttributes template_attributes, System callback, object asyncState ) : System.IAsyncResult
templates GlobalLBMonitorMonitorTemplate
template_attributes GlobalLBMonitorCommonAttributes
callback System
asyncState object
return System.IAsyncResult
        public System.IAsyncResult Begincreate_template(GlobalLBMonitorMonitorTemplate [] templates,GlobalLBMonitorCommonAttributes [] template_attributes, System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("create_template", new object[] {
            templates,
            template_attributes}, callback, asyncState);
        }
GlobalLBMonitor