Session control of the participation and session lifecycle, typical client UA.
void endMyParticipation(in TINACommonTypes::t_SessionId sessionId, in TINACommonTypes::t_PartyId Party_Id, out any accountInfo) raises(e_SessionControlError);
Ends only the participation of the party represented by the USM. When sucessful results in Ret interfaces of the USM becoming invalid
void endSession(in TINACommonTypes::t_SessionId sessionId, in TINACommonTypes::t_PartyId Party_Id, out any accountInfo) raises(e_SessionControlError);
Ends the entire session for all participants, requires authorisation. When successful results in Ret interfaces of the USM becoming invalid.
void suspendMyParticipation(in TINACommonTypes::t_SessionId sessionId, in TINACommonTypes::t_PartyId Party_Id, out TINACommonTypes::t_InterfaceList resumeItfRef, out any accountInfo) raises(e_SessionControlError);
Suspends the participation of the party represented by the USM. When sucsessful results in Ret interfaces of the USM becoming invalid and a new IR capable of resuming participation.
void suspendSession(in TINACommonTypes::t_SessionId sessionId, in TINACommonTypes::t_PartyId Party_Id, out TINACommonTypes::t_InterfaceList resumeItfRef, out any accountInfo) raises(e_SessionControlError);
Suspends the entire session for all all participants. When sucsessful results in Ret interfaces of the USM becoming invalid and a new IR capable of resuming participation.
Generated by the OmniBroker IDL-to-HTML translator (non-commercial)