IViaccessService Interface Reference


Description

This internal interface provides methods for platform services that don't have an application id.

import "IViaccessService.idl";

List of all members.

Public Member Functions

void RegisterObserverInternal (in string address) raises (TToiInvalidArgumentException)

Member Function Documentation

void IViaccessService::RegisterObserverInternal ( in string  address  )  raises (TToiInvalidArgumentException)

Register an observer of type ITeiViaccessObserver. The observer will receive events sent by this ITeiViaccessService instance.

Parameters:
address The address where the ITeiViaccessService can find an ITeiViaccessObserver interface.
Exceptions:
TToiInvalidArgumentException Raised if the specified address is invalid
See also:
ITeiViaccessObserver