Set the leadership status of the server.
Set the leadership status of the server.

Namespace: StreamBase.SB.Client
Assembly: StreamBase.SB.Client (in StreamBase.SB.Client.dll) Version: 7.7.0.0

Syntax

         
 C#  Visual Basic  Visual C++ 
public void SetLeadershipStatus(
	LeadershipStatus newStatus
)
Public Sub SetLeadershipStatus ( _
	newStatus As LeadershipStatus _
)
public:
void SetLeadershipStatus(
	LeadershipStatus newStatus
)

Parameters

newStatus
LeadershipStatus

Exceptions

See Also