ServicePRO SDK Help

ManageObjectsServiceClient..::..BeginRetireUser Method

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

Syntax


public IAsyncResult BeginRetireUser(
	string sessionKey,
	int UserID,
	bool bDeleteFollowup,
	bool BypassValidation,
	AsyncCallback callback,
	Object asyncState
)
Public Function BeginRetireUser ( _
	sessionKey As String, _
	UserID As Integer, _
	bDeleteFollowup As Boolean, _
	BypassValidation As Boolean, _
	callback As AsyncCallback, _
	asyncState As Object _
) As IAsyncResult

Parameters

sessionKey
Type: String
UserID
Type: Int32
bDeleteFollowup
Type: Boolean
BypassValidation
Type: Boolean
callback
Type: AsyncCallback
asyncState
Type: Object