DynamicHubClients.Caller Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Obtient un objet qui peut être utilisé pour appeler des méthodes sur la connexion qui a déclenché l’appel actuel.
public:
property System::Object ^ Caller { System::Object ^ get(); };
public dynamic Caller { get; }
member this.Caller : obj
Public ReadOnly Property Caller As Object