ServicePRO SDK Help

ObjectDesignerServiceClient..::..BeginSaveTeamBySRTypeId Method

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

Syntax


public IAsyncResult BeginSaveTeamBySRTypeId(
	string userSessionKey,
	int[] iTeamId,
	int id,
	AsyncCallback callback,
	Object asyncState
)
Public Function BeginSaveTeamBySRTypeId ( _
	userSessionKey As String, _
	iTeamId As Integer(), _
	id As Integer, _
	callback As AsyncCallback, _
	asyncState As Object _
) As IAsyncResult

Parameters

userSessionKey
Type: String
iTeamId
Type: array<Int32>[]()[][]
id
Type: Int32
callback
Type: AsyncCallback
asyncState
Type: Object