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

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

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