DeleteEventPolicyMapping Method
See Also 
SourceCode.EventBus.ClientAPI Namespace > EventAuthoring Class : DeleteEventPolicyMapping Method



id
The EventPolicyMapping ID to be deleted

Glossary Item Box

Deletes a single EventPolicyMapping.

Syntax

Visual Basic (Declaration) 
Public Sub DeleteEventPolicyMapping( _
   ByVal id As Integer _
) 
Visual Basic (Usage)Copy Code
Dim instance As EventAuthoring
Dim id As Integer
 
instance.DeleteEventPolicyMapping(id)
C# 
public void DeleteEventPolicyMapping( 
   int id
)
C++/CLI 
public:
void DeleteEventPolicyMapping( 
   int id
) 

Parameters

id
The EventPolicyMapping ID to be deleted

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