| DecodeRegistrationResponse Delegate |
Namespace:
Hazelcast.Util
Assembly:
Hazelcast.Net (in Hazelcast.Net.dll) Version: 3.9.3
Syntax public delegate string DecodeRegistrationResponse(
IClientMessage requestMessage
)
Public Delegate Function DecodeRegistrationResponse (
requestMessage As IClientMessage
) As String
public delegate String^ DecodeRegistrationResponse(
IClientMessage^ requestMessage
)
type DecodeRegistrationResponse =
delegate of
requestMessage : IClientMessage -> string
Parameters
- requestMessage
- Type: Hazelcast.Client.ProtocolIClientMessage
Return Value
Type:
StringSee Also