ServicePRO SDK Help

IManageObjectsService..::..BeginFillCompanyType Method

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

Syntax


[OperationContractAttribute]
IAsyncResult BeginFillCompanyType(
	string sessionKey,
	int companyId,
	AsyncCallback callback,
	Object asyncState
)
<OperationContractAttribute> _
Function BeginFillCompanyType ( _
	sessionKey As String, _
	companyId As Integer, _
	callback As AsyncCallback, _
	asyncState As Object _
) As IAsyncResult

Parameters

sessionKey
Type: String
companyId
Type: Int32
callback
Type: AsyncCallback
asyncState
Type: Object