Click or drag to resize

HandleAuthenticationCancelled Delegate

[Missing <summary> documentation for "T:Eneter.Messaging.MessagingSystems.Composites.AuthenticatedConnection.HandleAuthenticationCancelled"]

Namespace:  Eneter.Messaging.MessagingSystems.Composites.AuthenticatedConnection
Assembly:  Eneter.Messaging.Framework (in Eneter.Messaging.Framework.dll) Version: 8.0.7
Syntax
public delegate void HandleAuthenticationCancelled(
	string channelId,
	string responseReceiverId,
	Object loginMessage
)

Parameters

channelId
Type: SystemString
responseReceiverId
Type: SystemString
loginMessage
Type: SystemObject
See Also