ICustomPropagation.InitNew Method
Called when the custom propagation is created by or connected to a CustomPropagationProxy.
InitNew(CustomPropagationContext context)
Called when the custom propagation is created by or connected to a CustomPropagationProxy.Syntax
public void InitNew (
CustomPropagationContext context
)
Parameters
Gives the custom operator access to properties of the CustomPropagationProxy.
Remarks
The only useful properties of the proxy object are the IUserProperties.UserProperties. The InitNew method should save references to (or copies of) the proxy user properties that will be needed when Prepare or Propagate is called.
Platforms
Windows, Linux, Android