DicomObjects.NET Core Documentation
DicomObjects.DicomWeb Namespace / WorkItemWebClient Class / SuspendGlobalSubscription Method



In This Topic
    SuspendGlobalSubscription Method
    In This Topic
    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
    AETitle
    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