Represents a pending action for raising a custom event on a
object. When you call the
method, an instance of the
class is created and added to the
object's collection of
Namespace: FileNet.Api.Action
Assembly: FileNet.Api (in filenet.api.dll)
Syntax
Visual Basic (Declaration) |
---|
<SerializableAttribute> Public Class RaiseEvent Inherits PendingAction |
C# |
---|
[SerializableAttribute] public class RaiseEvent : PendingAction |
C++ |
---|
[SerializableAttribute] ref class RaiseEvent : PendingAction |
J# |
---|
/** @attribute SerializableAttribute() */ public class RaiseEvent extends PendingAction |
JScript |
---|
public SerializableAttribute class RaiseEvent extends PendingAction |
Inheritance Hierarchy
Thread Safety
Public static (Shared in Visual Basic)staticShared members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.