ICustomOperator.InitNew Method
Called when the custom operator is created by or connected to a CustomOperatorProxy.
InitNew(CustomOperatorContext context)
Called when the custom operator is created by or connected to a CustomOperatorProxy.Syntax
public void InitNew (
CustomOperatorContext context
)
Parameters
Gives the custom operator access to properties of the CustomOperatorProxy.
Remarks
The custom operator should save a reference to the context object for use in Prepare and Get.
Platforms
Windows, Linux, Android