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






In This Topic
    SuspendSubscribeWorkitem Method
    In This Topic
    Syntax
    'Declaration
     
    
    <System.Web.Http.HttpPostAttribute()>
    Public Function SuspendSubscribeWorkitem( _
       ByVal ServerIndex As System.Integer, _
       ByVal resource As System.String, _
       ByVal suspendAETitle As System.String _
    ) As System.Net.Http.HttpResponseMessage
    'Usage
     
    
    Dim instance As SubscriptionController
    Dim ServerIndex As System.Integer
    Dim resource As System.String
    Dim suspendAETitle As System.String
    Dim value As System.Net.Http.HttpResponseMessage
     
    value = instance.SuspendSubscribeWorkitem(ServerIndex, resource, suspendAETitle)
    [System.Web.Http.HttpPost()]
    public System.Net.Http.HttpResponseMessage SuspendSubscribeWorkitem( 
       System.int ServerIndex,
       System.string resource,
       System.string suspendAETitle
    )
    public function SuspendSubscribeWorkitem( 
        ServerIndex: System.Integer;
        resource: System.String;
        suspendAETitle: System.String
    ): System.Net.Http.HttpResponseMessage; 
    System.Web.Http.HttpPostAttribute()
    public function SuspendSubscribeWorkitem( 
       ServerIndex : System.int,
       resource : System.String,
       suspendAETitle : System.String
    ) : System.Net.Http.HttpResponseMessage;
    [System.Web.Http.HttpPost()]
    public: System.Net.Http.HttpResponseMessage* SuspendSubscribeWorkitem( 
       System.int ServerIndex,
       System.string* resource,
       System.string* suspendAETitle
    ) 
    [System.Web.Http.HttpPost()]
    public:
    System.Net.Http.HttpResponseMessage^ SuspendSubscribeWorkitem( 
       System.int ServerIndex,
       System.String^ resource,
       System.String^ suspendAETitle
    ) 

    Parameters

    ServerIndex
    resource
    suspendAETitle
    Requirements

    Target Platforms: .NET CLR 4.8 or higher

    See Also