'Declaration
Public Delegate Function GetUrlHandler( _ ByVal DataSet As DicomDataSet _ ) As String
'Usage
Dim instance As New GetUrlHandler(AddressOf HandlerMethod)
public delegate string GetUrlHandler( DicomDataSet DataSet )
public delegate String^ GetUrlHandler( DicomDataSet^ DataSet )
Parameters
- DataSet
Return Value
The required Uri