Stop method of the PS_BgpPeer class

Stops a BGP routing session for one or more peers.

Syntax

uint32 Stop(
  [in] string  Name[],
  [in] string  RoutingDomain,
  [in] boolean Force
);

Parameters

Name [in]

The BGP peer names that identify the peers in the routing session.

RoutingDomain [in]

The user-defined unique alphanumeric ID of the routing domain.

Force [in]

Indicates whether to use a confirmation prompt to stop the routing session. True to use a confirmation prompt; otherwise false.

Requirements

Minimum supported client
None supported
Minimum supported server
Windows Server 2012 R2
Namespace
Root\Microsoft\Windows\RemoteAccess
MOF
RAMgmtPSProvider.Mof
DLL
RAMgmtPSProvider.dll

See also

PS_BgpPeer