iControl.ManagementEventNotification.Endevents_occurred C# (CSharp) Method

Endevents_occurred() public method

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