CustomPropagationProxy.CustomPropagationProxy Constructors
Initializes a new instance of the CustomPropagationProxy class.
Overload List
Name | Description | |
---|---|---|
Public method | CustomPropagationProxy(CustomApi api, System.String libraryName, System.String className, AttributeSet userProperties) | Initializes a new instance of the CustomPropagationProxy class with the given creation parameters and user properties. |
Public method | CustomPropagationProxy(ICustomPropagation customPropagation, AttributeSet userProperties) | Initializes a new instance of the CustomPropagationProxy class with the given custom propagation instance. |
CustomPropagationProxy(CustomApi api, System.String libraryName, System.String className, AttributeSet userProperties)
Initializes a new instance of the CustomPropagationProxy class with the given creation parameters and user properties.Syntax
public CustomPropagationProxy (
CustomApi api,
System.String libraryName,
System.String className,
AttributeSet userProperties
)
Parameters
api
Type: CustomApi
The API the custom propagation is implemented with.
The API the custom propagation is implemented with.
libraryName
Type: System.String
The name of the library (DLL/assembly) containing the custom propagation.
The name of the library (DLL/assembly) containing the custom propagation.
className
Type: System.String
The name of the class implementing the custom propagation.
The name of the class implementing the custom propagation.
userProperties
Type: AttributeSet
Additional properties the custom propagation can access through the CustomPropagationContext instance.
Additional properties the custom propagation can access through the CustomPropagationContext instance.
CustomPropagationProxy(ICustomPropagation customPropagation, AttributeSet userProperties)
Initializes a new instance of the CustomPropagationProxy class with the given custom propagation instance.Syntax
public CustomPropagationProxy (
ICustomPropagation customPropagation,
AttributeSet userProperties
)
Parameters
customPropagation
Type: ICustomPropagation
The custom propagation.
The custom propagation.
userProperties
Type: AttributeSet
Additional properties the custom propagation can access through the CustomPropagationContext instance.
Additional properties the custom propagation can access through the CustomPropagationContext instance.
Platforms
Windows, Linux, Android