DicomObjects.NET8 Documentation
DicomObjects.DicomWeb Namespace / WorkItemWebClient Class / SuspendGlobalSubscription Method
The Subscribe Target Resource
The AETitle of Subscriber



In This Topic
    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 Resource As SubscribeTargetResource, _
       ByVal AETitle As String _
    ) As HttpResponseMessage
    'Usage
     
    
    Dim instance As WorkItemWebClient
    Dim Resource As SubscribeTargetResource
    Dim AETitle As String
    Dim value As HttpResponseMessage
     
    value = instance.SuspendGlobalSubscription(Resource, AETitle)
    public HttpResponseMessage SuspendGlobalSubscription( 
       SubscribeTargetResource Resource,
       string AETitle
    )
    public:
    HttpResponseMessage^ SuspendGlobalSubscription( 
       SubscribeTargetResource Resource,
       String^ AETitle
    ) 

    Parameters

    Resource
    The Subscribe Target Resource
    AETitle
    The AETitle of Subscriber
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also