DicomObjects.NET.8.48 Documentation
DicomObjects.DicomWeb.DicomObjects.DicomWeb.Internal Namespace / SubscriptionController Class / UnsubscribeWorkitem Method

In This Topic
    UnsubscribeWorkitem Method
    In This Topic
    Syntax
    'Declaration
     
    
    <System.Web.Http.HttpDeleteAttribute()>
    <System.Web.Http.ActionNameAttribute("UnsubscribeWorkitem")>
    Public Function UnsubscribeWorkitem( _
       ByVal ServerIndex As System.Integer, _
       ByVal resource As System.String, _
       ByVal subcriberAETitle As System.String _
    ) As System.Net.Http.HttpResponseMessage
    [System.Web.Http.HttpDelete()]
    [System.Web.Http.ActionName("UnsubscribeWorkitem")]
    public System.Net.Http.HttpResponseMessage UnsubscribeWorkitem( 
       System.int ServerIndex,
       System.string resource,
       System.string subcriberAETitle
    )

    Parameters

    ServerIndex
    resource
    subcriberAETitle
    Requirements

    Target Platforms: .NET CLR 4.8 or higher

    See Also