OscServer RegisterMethod Method Bespoke Osc Library
Register an Osc method.

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

Public Sub RegisterMethod ( _
	method As String _
)

Parameters

method
Type: OnlineSystem String
The Osc address pattern to register.
See Also