Share via


ElectronicValueRW.ActivateService Method (POS for .NET v1.14 SDK Documentation)

3/2/2014

Executes the device activation process.

Namespace: Microsoft.PointOfService
Assembly: Microsoft.PointOfService (in microsoft.pointofservice.dll)

Syntax

'Declaration
Public MustOverride Function ActivateService ( _
    data As Integer, _
    obj As Object _
) As EVRWResult
public abstract EVRWResult ActivateService (
    int data,
    Object obj
)
public:
virtual EVRWResult ActivateService (
    int data, 
    Object^ obj
) abstract
public abstract EVRWResult ActivateService (
    int data, 
    Object obj
)
public abstract function ActivateService (
    data : int, 
    obj : Object
) : EVRWResult

Parameters

  • data
    Data depends on implementation.
  • obj
    Object depends on implementation.

Remarks

If the device has the activation process function, it is supported.

The activation process is initialization or installation of device. The details of process contents and parameters depend on implementation.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread-safe. Any instance members are not guaranteed to be thread-safe.

See Also

Reference

ElectronicValueRW Class
ElectronicValueRW Members
Microsoft.PointOfService Namespace