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

In This Topic
    SubscribeWorkItem Method
    In This Topic
    Syntax
    'Declaration
     
    
    <System.Web.Http.HttpPostAttribute()>
    Public Function SubscribeWorkItem( _
       ByVal ServerIndex As System.Integer, _
       ByVal resource As System.String, _
       ByVal subcriberAETitle As System.String _
    ) As System.Net.Http.HttpResponseMessage
    [System.Web.Http.HttpPost()]
    public System.Net.Http.HttpResponseMessage SubscribeWorkItem( 
       System.int ServerIndex,
       System.string resource,
       System.string subcriberAETitle
    )

    Parameters

    ServerIndex
    resource
    subcriberAETitle
    Requirements

    Target Platforms: .NET CLR 4.8 or higher

    See Also