ServicePRO SDK Help

IManageObjectsService..::..BeginGetObjectNameById Method

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

Syntax


[OperationContractAttribute]
IAsyncResult BeginGetObjectNameById(
	string sessionKey,
	clsEnumeration..::..hsTableName tableName,
	int objectId,
	AsyncCallback callback,
	Object asyncState
)
<OperationContractAttribute> _
Function BeginGetObjectNameById ( _
	sessionKey As String, _
	tableName As clsEnumeration..::..hsTableName, _
	objectId As Integer, _
	callback As AsyncCallback, _
	asyncState As Object _
) As IAsyncResult

Parameters

sessionKey
Type: String
tableName
Type: HelpSTAR.PCL.Common..::..clsEnumeration..::..hsTableName
objectId
Type: Int32
callback
Type: AsyncCallback
asyncState
Type: Object