EldoS
MsgConnect home / Documentation / Router.Destroy method
Navigation
Web site
Support
Table Of Contents

Filter: C++  Pascal  ActiveX  C#  VB.NET  Java SE  Java ME  Palm  DLL 


Router.Destroy

Router     See also    


Disposes of the Router object.

Declaration

[C++]
    ~MCRouter();

[Pascal]
    destructor Destroy;

[VB6]
    not applicable;

[ActiveX]
    not applicable;

[C#]
    void Dispose();

[VB.NET]
    Public Sub Dispose();

[Java]
    not applicable;

[Java ME]
    not applicable;

[Palm]
    ~MCRouter();

[DLL]
    void __stdcall MCRouterDestroy(HMCRouter h);

Parameters

  • h - handle to the Router object that was returned by Create method

Description

    Use this method to dispose of Router object.

See also:     Create     BaseRouter    

 
Contact Us | Subscribe | Terms of Use | Trademarks | Privacy Statement
Copyright (c) 1998-2005, EldoS Corporation