Moonware.Server.WCF
GetItemInfoForPeriod Method



Returns the statistics for alerts (number of records, size used...)
Syntax
'Declaration
 
<OperationBehaviorAttribute()>
<PrincipalPermissionAttribute(Name="", 
   Role="View Library", 
   Authenticated=True, 
   Action=SecurityAction.Demand, 
   Unrestricted=False)>
Public Function GetItemInfoForPeriod( _
   ByVal sourceId As Integer, _
   ByVal startDate As Long, _
   ByVal endDate As Long _
) As Moonware.Core.ItemInfo
'Usage
 
Dim instance As MoonwareServerWCF
Dim sourceId As Integer
Dim startDate As Long
Dim endDate As Long
Dim value As Moonware.Core.ItemInfo
 
value = instance.GetItemInfoForPeriod(sourceId, startDate, endDate)
[OperationBehaviorAttribute()]
[PrincipalPermissionAttribute(Name="", 
   Role="View Library", 
   Authenticated=true, 
   Action=SecurityAction.Demand, 
   Unrestricted=false)]
public Moonware.Core.ItemInfo GetItemInfoForPeriod( 
   int sourceId,
   long startDate,
   long endDate
)
[OperationBehaviorAttribute()]
[PrincipalPermissionAttribute(Name="", 
   Role="View Library", 
   Authenticated=true, 
   Action=SecurityAction.Demand, 
   Unrestricted=false)]
public:
Moonware.Core.ItemInfo^ GetItemInfoForPeriod( 
   int sourceId,
   int64 startDate,
   int64 endDate
) 

Parameters

sourceId
startDate
endDate
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

MoonwareServerWCF Class
MoonwareServerWCF Members

Send Feedback