Visual Basic (Declaration) | |
---|---|
Public Sub SetTriggering( _ ByVal context As OperationContext, _ ByVal triggeringItemId As UInteger, _ ByVal linksToAdd As UInt32Collection, _ ByVal linksToRemove As UInt32Collection, _ ByRef addResults As StatusCodeCollection, _ ByRef addDiagnosticInfos As DiagnosticInfoCollection, _ ByRef removeResults As StatusCodeCollection, _ ByRef removeDiagnosticInfos As DiagnosticInfoCollection _ ) |
C# | |
---|---|
public void SetTriggering( OperationContext context, uint triggeringItemId, UInt32Collection linksToAdd, UInt32Collection linksToRemove, out StatusCodeCollection addResults, out DiagnosticInfoCollection addDiagnosticInfos, out StatusCodeCollection removeResults, out DiagnosticInfoCollection removeDiagnosticInfos ) |
Parameters
- context
- triggeringItemId
- linksToAdd
- linksToRemove
- addResults
- addDiagnosticInfos
- removeResults
- removeDiagnosticInfos
Target Platforms: Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows 7, Windows Server 2008 family