SocketActivityTriggerDetails.SocketInformation Eigenschaft
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Rufen Sie das SocketActivityInformation-Objekt für den Socket ab, das das Auftreten von SocketActivityTrigger verursacht hat.
public:
property SocketActivityInformation ^ SocketInformation { SocketActivityInformation ^ get(); };
SocketActivityInformation SocketInformation();
public SocketActivityInformation SocketInformation { get; }
var socketActivityInformation = socketActivityTriggerDetails.socketInformation;
Public ReadOnly Property SocketInformation As SocketActivityInformation
Eigenschaftswert
Socketaktivitätsinformationen für Sockets, die das Auftreten von SocketActivityTrigger verursacht haben.