DicomObjects.NET.8.48 Documentation
DicomObjects.DicomWeb.WebClient Namespace / WorkItemWebClient Class / Unsubscribe Method
The Subscribe Target Resource
The AETitle of Subscriber
The Workitem UID for matching, required if Resource is Workitem

In This Topic
    Unsubscribe Method
    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 Resource As SubscribeTargetResource, _
       ByVal AETitle As System.String, _
       ByVal WorkItemUID As System.String _
    ) As System.Net.Http.HttpResponseMessage
    public System.Net.Http.HttpResponseMessage Unsubscribe( 
       SubscribeTargetResource Resource,
       System.string AETitle,
       System.string WorkItemUID
    )

    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