Click or drag to resize
BroccoliSharp BroConnectionUnregisterForEvent Method
Unregisters for events that arrive with the name of eventName.

Namespace: BroccoliSharp
Assembly: BroccoliSharp (in BroccoliSharp.dll) Version: 1.0.5434.15853
Syntax
public void UnregisterForEvent(
	string eventName
)

Parameters

eventName
Type: SystemString
Event name to unregister for.
Exceptions
ExceptionCondition
ArgumentNullExceptioneventName is null.
ObjectDisposedExceptionCannot unregister for event, BroConnection is disposed.
See Also