ServicePRO SDK Help

IObjectDesignerService..::..BeginGetTeam Method

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

Syntax


[OperationContractAttribute]
IAsyncResult BeginGetTeam(
	string userSessionKey,
	int srTypeId,
	AsyncCallback callback,
	Object asyncState
)
<OperationContractAttribute> _
Function BeginGetTeam ( _
	userSessionKey As String, _
	srTypeId As Integer, _
	callback As AsyncCallback, _
	asyncState As Object _
) As IAsyncResult

Parameters

userSessionKey
Type: String
srTypeId
Type: Int32
callback
Type: AsyncCallback
asyncState
Type: Object