iControl.GlobalLBMonitor.Endcreate_template C# (CSharp) Method

Endcreate_template() public method

public Endcreate_template ( System asyncResult ) : void
asyncResult System
return void
        public void Endcreate_template(System.IAsyncResult asyncResult)
        {
            object [] results = this.EndInvoke(asyncResult);
        }
GlobalLBMonitor