wManager.Wow.Helpers Namespace
WRobot

wManagerSetting..::..AddBlackList Method

Adds GUID to blacklist

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

Syntax


public static void AddBlackList(
	ulong guid,
	int timeInMilisec,
	bool isSessionBlacklist
)
Public Shared Sub AddBlackList ( _
	guid As ULong, _
	timeInMilisec As Integer, _
	isSessionBlacklist As Boolean _
)
public:
static void AddBlackList(
	unsigned long long^ guid, 
	int^ timeInMilisec, 
	bool^ isSessionBlacklist
)

Parameters

guid
Type: UInt64
The GUID.
timeInMilisec
Type: Int32
Blacklist time in millisecond.
isSessionBlacklist
Type: Boolean
if set to true it will be added again to the blacklist if the continent change for example.