CustomOperatorAdapter.OnInitialize Method
Called when the custom operator is initialized.
OnInitialize(CustomOperatorContext context)
Called when the custom operator is initialized.Syntax
public virtual void OnInitialize (
CustomOperatorContext context
)
Parameters
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