ElectronicValueRW.ActivateService(Int32, Object) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Executes the device activation process.
public abstract Microsoft.PointOfService.EVRWResult ActivateService (int data, object obj);
abstract member ActivateService : int * obj -> Microsoft.PointOfService.EVRWResult
Public MustOverride Function ActivateService (data As Integer, obj As Object) As EVRWResult
Parameters
- data
- Int32
Data depends on implementation.
- obj
- Object
Object depends on implementation.