SuspendGlobalSubscription Method
In This Topic
This transaction is used to stop the origin server from automatically subscribing the User-Agent to new Workitems. This does not delete any existing subscriptions to specific Workitems.
Syntax
'Declaration
Public Function SuspendGlobalSubscription( _
ByVal As SubscribeTargetResource, _
ByVal As System.String _
) As System.Net.Http.HttpResponseMessage
public System.Net.Http.HttpResponseMessage SuspendGlobalSubscription(
SubscribeTargetResource ,
System.string
)
Parameters
- Resource
- The Subscribe Target Resource
- AETitle
- The AETitle of Subscriber
Requirements
Target Platforms: .NET CLR 4.8 or higher
See Also