wManager.Wow.Helpers Namespace
WRobot

OthersEvents..::..AddBlackListGuidHandler Delegate

Delegate AddBlackListGuidHandler

Namespace:  wManager.Events
Assembly:  wManager (in wManager.dll)

Syntax


public delegate void AddBlackListGuidHandler(
	ulong guid,
	int timeInMilisec,
	bool isSessionBlacklist,
	CancelEventArgs cancelable
)
Public Delegate Sub AddBlackListGuidHandler ( _
	guid As ULong, _
	timeInMilisec As Integer, _
	isSessionBlacklist As Boolean, _
	cancelable As CancelEventArgs _
)
public delegate void AddBlackListGuidHandler(
	unsigned long long^ guid, 
	int^ timeInMilisec, 
	bool^ isSessionBlacklist, 
	CancelEventArgs^ cancelable
)

Parameters

guid
Type: UInt64
The unique identifier.
timeInMilisec
Type: Int32
The time in milisec.
isSessionBlacklist
Type: Boolean
if set to true it will be added again to the blacklist if the continent change for example.
cancelable
Type: CancelEventArgs
The CancelEventArgs instance containing the event data.