EventTopic.RemoveSubscription(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 void RemoveSubscription(System::Object ^ subscriber, System::String ^ handlerMethodName);
public virtual void RemoveSubscription (object subscriber, string handlerMethodName);
abstract member RemoveSubscription : obj * string -> unit
override this.RemoveSubscription : obj * string -> unit
Public Overridable Sub RemoveSubscription (subscriber As Object, handlerMethodName As String)
Parameters
- subscriber
- Object
- handlerMethodName
- String