Leadtools.Dicom.WCF Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.25
DeleteRole Method
See Also 
Leadtools.Dicom.WCF Namespace > IManageService Interface : DeleteRole Method



roleName
A System.String representing the role to be deleted.
extraData
User custom data.
roleName
A System.String representing the role to be deleted.
extraData
User custom data.
Deletes a specific role.

Syntax

Visual Basic (Declaration) 
<OperationContractAttribute()>
Sub DeleteRole( _
   ByVal roleName As String, _
   ByVal extraData As String _
) 
Visual Basic (Usage)Copy Code
Dim instance As IManageService
Dim roleName As String
Dim extraData As String
 
instance.DeleteRole(roleName, extraData)
C# 
[OperationContractAttribute()]
void DeleteRole( 
   string roleName,
   string extraData
)
C++/CLI 
[OperationContractAttribute()]
void DeleteRole( 
   String^ roleName,
   String^ extraData
) 

Parameters

roleName
A System.String representing the role to be deleted.
extraData
User custom data.

Requirements

Target Platforms: Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family

See Also