'Declaration
Public Overloads Sub Update( _ ByVal context As ISystemContext, _ ByVal fields As SimpleAttributeOperandCollection, _ ByVal e As EventFieldList _ )
'Usage
Dim instance As BaseInstanceState Dim context As ISystemContext Dim fields As SimpleAttributeOperandCollection Dim e As EventFieldList instance.Update(context, fields, e)
public void Update( ISystemContext context, SimpleAttributeOperandCollection fields, EventFieldList e )
public: void Update( ISystemContext^ context, SimpleAttributeOperandCollection^ fields, EventFieldList^ e )
Parameters
- context
- The context.
- fields
- The fields selected for the event notification.
- e
- The event notification.