iControl.LocalLBProfileICAP.Endset_header_from C# (CSharp) Method

Endset_header_from() public method

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