[Missing <summary> documentation for "T:Eneter.Messaging.MessagingSystems.Composites.AuthenticatedConnection.GetLoginMessage"]
Namespace:
Eneter.Messaging.MessagingSystems.Composites.AuthenticatedConnection
Assembly:
Eneter.Messaging.Framework (in Eneter.Messaging.Framework.dll) Version: 8.0.7
Syntax public delegate Object GetLoginMessage(
string channelId,
string responseReceiverId
)
Public Delegate Function GetLoginMessage (
channelId As String,
responseReceiverId As String
) As Object
Parameters
- channelId
- Type: SystemString
- responseReceiverId
- Type: SystemString
Return Value
Type:
ObjectSee Also