DicomObjects.NET.8.48 Documentation
DicomObjects.Delegates Namespace / GetUrlHandler Delegate
The DataSet to generate the URI for






In This Topic
    GetUrlHandler Delegate
    In This Topic
    Syntax
    'Declaration
     
    
    Public Delegate Function GetUrlHandler( _
       ByVal DataSet As DicomDataSet _
    ) As System.String
    'Usage
     
    
    Dim instance As New GetUrlHandler(AddressOf HandlerMethod)
    public delegate System.string GetUrlHandler( 
       DicomDataSet DataSet
    )
    public delegate GetUrlHandler( 
        DataSet: DicomDataSet
    );
    public delegate GetUrlHandler( 
       DataSet : DicomDataSet
    ) : System.String
    public: __gc __delegate System.string* GetUrlHandler( 
       DicomDataSet* DataSet
    )
    public delegate System.String^ GetUrlHandler( 
       DicomDataSet^ DataSet
    )

    Parameters

    DataSet
    The DataSet to generate the URI for

    Return Value

    The required Uri
    Requirements

    Target Platforms: .NET CLR 4.8 or higher

    See Also