BluetoothLE.iOS.Service.Dispose C# (CSharp) Метод

Dispose() публичный Метод

Releases all resource used by the BluetoothLE.iOS.Service object.
Call Dispose when you are finished using the BluetoothLE.iOS.Service. The Dispose method leaves the BluetoothLE.iOS.Service in an unusable state. After calling Dispose, you must release all references to the BluetoothLE.iOS.Service so the garbage collector can reclaim the memory that the BluetoothLE.iOS.Service was occupying.
public Dispose ( ) : void
Результат void
		public void Dispose()
		{
			_peripheral.DiscoveredCharacteristic -= DiscoveredCharacteristic;
		}