iControl.ManagementZoneRunner.Endinit C# (CSharp) Method

Endinit() public method

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