RemoteOpenPresence

Top  Previous  Next

RemoteOpenPresence(Target: String); - Delphi syntax

RemoteOpenPresence(string target); - C# syntax

RemoteOpenPresence(Target As String); - VB.NET syntax

HRESULT RemoteOpenPresence([in] BSTR Target); - IDL/COM syntax

 

Description

Initiates the subscription requests to “Target” user agent. OnRemotePresenceOpen will be fired if the subscription is successful. OnRemotePresenceClose will be fired if the subscription failed.

 

Please do not subscribe to the same user agent twice.