| AbstractCredentialsSetEndpoint Method |
Namespace:
Hazelcast.Security
Assembly:
Hazelcast.Net (in Hazelcast.Net.dll) Version: 3.11
Syntax public void SetEndpoint(
string endpoint
)
Public Sub SetEndpoint (
endpoint As String
)
public:
virtual void SetEndpoint(
String^ endpoint
) sealed
abstract SetEndpoint :
endpoint : string -> unit
override SetEndpoint :
endpoint : string -> unit
Parameters
- endpoint
- Type: SystemString
Implements
ICredentialsSetEndpoint(String)See Also