SubscriptionDispose Method (Boolean) |
Releases the unmanaged resources used by the
Subscription and optionally releases the managed resources
Namespace: Ozeki.VoIPAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax public void Dispose(
bool disposing
)
Public Sub Dispose (
disposing As Boolean
)
public:
void Dispose(
bool disposing
)
member Dispose :
disposing : bool -> unit
Parameters
- disposing
- Type: SystemBoolean
True to release both managed and unmanaged resources; false to release only unmanaged resources
See Also