ISessionChannel.TransportUsed Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the transport used to post event. Format: id[.transport] Usually it just matches id, but sometime it more detailed. For example, in the case with Asimov channel it could be: aiutc.utc or aiutc.vortex
public:
property System::String ^ TransportUsed { System::String ^ get(); };
public string TransportUsed { get; }
member this.TransportUsed : string
Public ReadOnly Property TransportUsed As String