AddFilter(string?)
public void AddFilter(string? filterData) Sets the serialized filter data associated with the subscription.
Parameters
filterDatastring?- The serialized filter data.
public void AddFilter(string? filterData)filterDatastring?public bool Equals(GuidId? subscriptionId)subscriptionIdGuidId?true if the identifiers are equal; otherwise, false.public bool Equals(PubSubSubscriptionState? other)otherPubSubSubscriptionState?true if the current object is equal to the other parameter; otherwise, false.public override bool Equals(object? obj)objobject?true if the specified object is equal to the current object; otherwise, false.public void Fault()public override int GetHashCode()public override string ToString()public static bool operator ==(PubSubSubscriptionState? left, PubSubSubscriptionState? right)leftPubSubSubscriptionState?rightPubSubSubscriptionState?true if both values are null or have the same subscription identifier; otherwise, false. public static bool operator !=(PubSubSubscriptionState? left, PubSubSubscriptionState? right)leftPubSubSubscriptionState?rightPubSubSubscriptionState?true if the values are not equal; otherwise, false.