Register an OSC method.

Namespace:  Bespoke.Common.Osc
Assembly:  Bespoke.Common.Osc (in Bespoke.Common.Osc.dll) Version: 4.3.0.0 (4.3.0.0)

Syntax

C#
public void RegisterMethod(
	string method
)
Visual Basic (Declaration)
Public Sub RegisterMethod ( _
	method As String _
)
Visual C++
public:
void RegisterMethod(
	String^ method
)

Parameters

method
Type: System..::.String
The OSC address pattern to register.

See Also