CustomOperatorAdapter.OnInitialize Method
Thread safety: This property is not thread-safe.
OnInitialize(CustomOperatorContext context)
Called when the custom operator is initialized.Syntax
public virtual void OnInitialize (
CustomOperatorContext context
)
Parameters
context
Type: CustomOperatorContext
The context object which gives the custom operator access to properties of the CustomOperatorProxy.
The context object which gives the custom operator access to properties of the CustomOperatorProxy.
Remarks
This method can be overridden if the custom operator implementation needs to perform any specific initialization.
Platforms
Windows, Linux, Android