Open sandboxFocus

Method Unadvise

Unadvise(Type)

Removes an advice from the object.

Declaration
bool Unadvise(Type type)
Parameters
Type Name Description
Type type

The advice type identity.

Returns
Type Description
bool

true if the advice was removed, false if it was not present.