OscServer UnRegisterMethod Method Bespoke Osc Library
Unregister 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 UnRegisterMethod ( _
	method As String _
)

Parameters

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