iControl.NetworkingiSessionLocalInterface.Enddelete_local C# (CSharp) Method

Enddelete_local() public method

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