IEMClientEmailTestRepositoryGetClientRequests Method
|
Alterian Email Manager 6.2.3 SDK Help File
Gets list of request Id for a client
Namespace:
DMLibrary.RepositoryAssembly:
DMLibrary (in DMLibrary.dll) Version: 1.0.6340.17420
SyntaxIList<int> GetClientRequests(
int clientId,
int serverId,
int maxQueueSize
)
Function GetClientRequests (
clientId As Integer,
serverId As Integer,
maxQueueSize As Integer
) As IList(Of Integer)
IList<int>^ GetClientRequests(
int clientId,
int serverId,
int maxQueueSize
)
abstract GetClientRequests :
clientId : int *
serverId : int *
maxQueueSize : int -> IList<int>
function GetClientRequests(clientId, serverId, maxQueueSize);
Parameters
- clientId
- Type: SystemInt32
client Id - serverId
- Type: SystemInt32
server Id - maxQueueSize
- Type: SystemInt32
max requests count
Return Value
Type:
IListInt32list of request Id
See Also