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