Description Stops accepting packets.
Return Type
None
Syntax
object.Stop
The Stop Method syntax has these parts:
|
object | An expression evaluating to an object of type VPNMediator. |
Remarks - When Stop method is called, mediator will no
longer accept new requests, and will immediately forget about all peers
that recently sent their search requests. You can start all over by
calling Start method.
|