Method FromSet
FromSet(string)
Returns a value indicating whether the message was sent to the client because of a subscription in the set with the given ID.
public bool FromSet(string setID)
Parameters
setID
string
Returns
- bool
true
if the message was sent to the client because of a subscription in the set with the given ID; otherwise,false
.