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
    'Usage
     
    
    Dim instance As SubscriptionController
    Dim ServerIndex As System.Integer
    Dim resource As System.String
    Dim subcriberAETitle As System.String
    Dim value As System.Net.Http.HttpResponseMessage
     
    value = instance.UnsubscribeWorkitem(ServerIndex, resource, subcriberAETitle)
    [System.Web.Http.HttpDelete()]
    [System.Web.Http.ActionName("UnsubscribeWorkitem")]
    public System.Net.Http.HttpResponseMessage UnsubscribeWorkitem( 
       System.int ServerIndex,
       System.string resource,
       System.string subcriberAETitle
    )
    public function UnsubscribeWorkitem( 
        ServerIndex: System.Integer;
        resource: System.String;
        subcriberAETitle: System.String
    ): System.Net.Http.HttpResponseMessage; 
    System.Web.Http.HttpDeleteAttribute()
    System.Web.Http.ActionNameAttribute("UnsubscribeWorkitem")
    public function UnsubscribeWorkitem( 
       ServerIndex : System.int,
       resource : System.String,
       subcriberAETitle : System.String
    ) : 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
    ) 
    [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