ObjectTemplateCallback Delegate
System Center
Updated: April 25, 2012
[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]
Represents the method that allows users to change how a template is applied to an object.
Namespace: Microsoft.EnterpriseManagement.Common
Assembly: Microsoft.EnterpriseManagement.Core (in Microsoft.EnterpriseManagement.Core.dll)
Assembly: Microsoft.EnterpriseManagement.Core (in Microsoft.EnterpriseManagement.Core.dll)
public delegate void ObjectTemplateCallback ( EnterpriseManagementSimpleObject^ simpleObject, Object^ value )
/** @delegate */ public delegate void ObjectTemplateCallback ( EnterpriseManagementSimpleObject simpleObject, Object value )
Parameters
- simpleObject
The simple object to apply the value to.
- value
The value.
Development Platforms
Windows Vista, Windows Server 2003, andTarget Platforms
Windows Server 2008,Windows Server 2003
Show: