Click or drag to resize
AkSyncControllerAddToQueue Method

Namespace: Appkit.Data
Assembly: Appkit (in Appkit.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax
C#
public void AddToQueue(
	int transSN,
	string oprType,
	string ownerId,
	string ownerType,
	string objectId,
	string objectType,
	string dbId
)

Parameters

transSN
Type: SystemInt32
oprType
Type: SystemString
ownerId
Type: SystemString
ownerType
Type: SystemString
objectId
Type: SystemString
objectType
Type: SystemString
dbId
Type: SystemString
See Also