[Missing <summary> documentation for "M:VVVV.PluginInterfaces.V1.INodeOut.SetConnectionHandler(VVVV.PluginInterfaces.V1.IConnectionHandler,System.Object)"]

Namespace: VVVV.PluginInterfaces.V1
Assembly: VVVV.PluginInterfaces (in VVVV.PluginInterfaces.dll) Version: 2.0.4694.10872

Syntax

C#
void SetConnectionHandler(
	IConnectionHandler handler,
	Object source
)

Parameters

handler
Type: VVVV.PluginInterfaces.V1..::..IConnectionHandler

[Missing <param name="handler"/> documentation for "M:VVVV.PluginInterfaces.V1.INodeOut.SetConnectionHandler(VVVV.PluginInterfaces.V1.IConnectionHandler,System.Object)"]

source
Type: System..::..Object

[Missing <param name="source"/> documentation for "M:VVVV.PluginInterfaces.V1.INodeOut.SetConnectionHandler(VVVV.PluginInterfaces.V1.IConnectionHandler,System.Object)"]

See Also