|
ClientBaseRequestNextServerIndex Method
|
Requests that the client attempt to move to the next
ServerIndex.
Namespace: GSF.CommunicationAssembly: GSF.Communication (in GSF.Communication.dll) Version: 2.4.207-beta
Syntax public virtual bool RequestNextServerIndex()
Public Overridable Function RequestNextServerIndex As Boolean
public:
virtual bool RequestNextServerIndex()
abstract RequestNextServerIndex : unit -> bool
override RequestNextServerIndex : unit -> bool
function RequestNextServerIndex();
View SourceReturn Value
Booleantrue if request succeeded; otherwise,
false.
Implements
IClientRequestNextServerIndexRemarks See Also