RelaxISOnlyPluginInternalSetWCFInstance Method |
Set the internal wcf instance to a new value.
Namespace: RelaxIS_SDK.PluginsAssembly: RelaxIS SDK (in RelaxIS SDK.dll) Version: 3.0.23.63
Syntax public void InternalSetWCFInstance(
IRelaxISWCFLink instance
)
Public Sub InternalSetWCFInstance (
instance As IRelaxISWCFLink
)
Dim instance As RelaxISOnlyPlugin
Dim instance As IRelaxISWCFLink
instance.InternalSetWCFInstance(instance)
Parameters
- instance IRelaxISWCFLink
- The instance to set.
Remarks Should not be called by the plugin.
See Also