Click or drag to resize

TcpClientRequestNextServerIndex Method

Requests that the client attempt to move to the next ServerIndex.

Namespace: GSF.Communication
Assembly: GSF.Communication (in GSF.Communication.dll) Version: 2.4.181-beta
Syntax
public override bool RequestNextServerIndex()
View Source

Return Value

Boolean
true if request succeeded; otherwise, false.

Implements

IClientRequestNextServerIndex
Remarks
Return value will only be true if ServerIndex changed.
See Also