iControl.LocalLBMonitor.Begincreate_template C# (CSharp) Method

Begincreate_template() public method

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