ServicePRO SDK Help

ManageObjectsServiceClient..::..BeginFillObjectTypeOU Method

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

Syntax


public IAsyncResult BeginFillObjectTypeOU(
	string SessionKey,
	clsEnumeration..::..hsmdObject ObjectType,
	int queueId,
	int objectTypeId,
	AsyncCallback callback,
	Object asyncState
)
Public Function BeginFillObjectTypeOU ( _
	SessionKey As String, _
	ObjectType As clsEnumeration..::..hsmdObject, _
	queueId As Integer, _
	objectTypeId As Integer, _
	callback As AsyncCallback, _
	asyncState As Object _
) As IAsyncResult

Parameters

SessionKey
Type: String
ObjectType
Type: HelpSTAR.PCL.Common..::..clsEnumeration..::..hsmdObject
queueId
Type: Int32
objectTypeId
Type: Int32
callback
Type: AsyncCallback
asyncState
Type: Object