Save a custom event and all it's assosiated policies.
Syntax
Visual Basic (Declaration) | |
---|
Public Function UpdateCustomEvent( _
ByVal customEvent As SourceCode.EventBus.Authoring.CustomEvent _
) As Integer
|
Visual Basic (Usage) | Copy Code |
---|
Dim instance As EventAuthoring
Dim customEvent As SourceCode.EventBus.Authoring.CustomEvent
Dim value As Integer
value = instance.UpdateCustomEvent(customEvent)
|
C# | |
---|
public int UpdateCustomEvent(
SourceCode.EventBus.Authoring.CustomEvent customEvent
)
|
C++/CLI | |
---|
public:
int UpdateCustomEvent(
SourceCode.EventBus.Authoring.CustomEvent^ customEvent
)
|
Parameters
- customEvent
- The authoring custom event
Requirements
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
See Also