EventTopic.ContainsSubscription(Object, String) Method
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.
public:
virtual bool ContainsSubscription(System::Object ^ subscriber, System::String ^ handlerMethodName);
public virtual bool ContainsSubscription (object subscriber, string handlerMethodName);
abstract member ContainsSubscription : obj * string -> bool
override this.ContainsSubscription : obj * string -> bool
Public Overridable Function ContainsSubscription (subscriber As Object, handlerMethodName As String) As Boolean
Parameters
- subscriber
- Object
- handlerMethodName
- String