ServicePRO SDK Help

ManageObjectsServiceClient..::..BeginSaveRole Method

Namespace:  ServicePRO.Sdk.Windows.Clients
Assembly:  ServicePRO.Sdk.Windows (in ServicePRO.Sdk.Windows.dll)

Syntax


public IAsyncResult BeginSaveRole(
	string sessionKey,
	stcRole role,
	AsyncCallback callback,
	Object asyncState
)
Public Function BeginSaveRole ( _
	sessionKey As String, _
	role As stcRole, _
	callback As AsyncCallback, _
	asyncState As Object _
) As IAsyncResult

Parameters

sessionKey
Type: String
role
Type: HelpSTAR.PCL.Common..::..stcRole
callback
Type: AsyncCallback
asyncState
Type: Object