Error processing SSI file
Leadtools.Dicom.WCF

Show in webframe

GetAllRoles Method (DICOMService)






User custom data.
Retrieves all roles defined by the server.
Syntax
public virtual string[] GetAllRoles( 
   string extraData
)
'Declaration
 
Public Overridable Function GetAllRoles( _
   ByVal extraData As String _
) As String()
'Usage
 
Dim instance As DICOMService
Dim extraData As String
Dim value() As String
 
value = instance.GetAllRoles(extraData)

            

            
public:
virtual array<String^>^ GetAllRoles( 
   String^ extraData
) 

Parameters

extraData
User custom data.

Return Value

An array of strings representing the defined server roles.
Requirements

Target Platforms

See Also

Reference

DICOMService Class
DICOMService Members

Error processing SSI file