ServicePRO SDK Help

ManageObjectsServiceClient..::..BeginRetireTeam Method

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

Syntax


public IAsyncResult BeginRetireTeam(
	string sessionKey,
	int TeamId,
	bool Commit,
	bool Validate,
	bool BypassValidation,
	AsyncCallback callback,
	Object asyncState
)
Public Function BeginRetireTeam ( _
	sessionKey As String, _
	TeamId As Integer, _
	Commit As Boolean, _
	Validate As Boolean, _
	BypassValidation As Boolean, _
	callback As AsyncCallback, _
	asyncState As Object _
) As IAsyncResult

Parameters

sessionKey
Type: String
TeamId
Type: Int32
Commit
Type: Boolean
Validate
Type: Boolean
BypassValidation
Type: Boolean
callback
Type: AsyncCallback
asyncState
Type: Object