In This Topic
This transaction is used to stop the origin server from sending new Event Reports to the user agent and may also stop the origin server from subscribing the user agent to new Workitems.
Syntax
'Declaration
Public Function Unsubscribe( _
ByVal As SubscribeTargetResource, _
ByVal As System.String, _
ByVal As System.String _
) As System.Net.Http.HttpResponseMessage
public System.Net.Http.HttpResponseMessage Unsubscribe(
SubscribeTargetResource ,
System.string ,
System.string
)
Parameters
- Resource
- The Subscribe Target Resource
- AETitle
- The AETitle of Subscriber
- WorkItemUID
- The Workitem UID for matching, required if Resource is Workitem
Requirements
Target Platforms: .NET CLR 4.8 or higher
See Also