ServicePRO SDK Help

ICoreServices..::..BeginGetAllTemplates Method

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

Syntax


[OperationContractAttribute]
IAsyncResult BeginGetAllTemplates(
	string userSessionKey,
	int ouId,
	bool includeServiceRequest,
	bool includePurchaseRequest,
	bool includeProjectTemplate,
	bool includeQuickRequestTemplate,
	AsyncCallback callback,
	Object asyncState
)
<OperationContractAttribute> _
Function BeginGetAllTemplates ( _
	userSessionKey As String, _
	ouId As Integer, _
	includeServiceRequest As Boolean, _
	includePurchaseRequest As Boolean, _
	includeProjectTemplate As Boolean, _
	includeQuickRequestTemplate As Boolean, _
	callback As AsyncCallback, _
	asyncState As Object _
) As IAsyncResult

Parameters

userSessionKey
Type: String
ouId
Type: Int32
includeServiceRequest
Type: Boolean
includePurchaseRequest
Type: Boolean
includeProjectTemplate
Type: Boolean
includeQuickRequestTemplate
Type: Boolean
callback
Type: AsyncCallback
asyncState
Type: Object