'Declaration
Public Delegate Function GetUrlHandler( _
ByVal As DicomDataSet _
) As String
'Usage
Dim instance As New GetUrlHandler(AddressOf HandlerMethod)
Parameters
- DataSet
- The DataSet to generate the URI for
Return Value
The required Uri
Target Platforms: .NET CLR 4.0 or higher