Click or drag to resize
NotificationSenderSendAsync Method
Runs the sender in an asynchronous thread.

Namespace: CMS.Notifications
Assembly: CMS.Notifications (in CMS.Notifications.dll) Version: 8.2.23
Syntax
C#
public void SendAsync(
	WindowsIdentity wi
)

Parameters

wi
Type: System.Security.PrincipalWindowsIdentity
Windows identity
See Also