iControl.GlobalLBApplication.Enddisable_application_context_object C# (CSharp) Method

Enddisable_application_context_object() public method

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