Moonware.Server.WCF Namespace > MoonwareServerWCF Class : GetLastItems Method |
'Declaration <OperationBehaviorAttribute()> <PrincipalPermissionAttribute(Name="", Role="View Library", Authenticated=True, Action=SecurityAction.Demand, Unrestricted=False)> Public Function GetLastItems( _ ByVal sourceId As Integer, _ ByVal numRecords As Integer _ ) As List(Of ItemEntry)
'Usage Dim instance As MoonwareServerWCF Dim sourceId As Integer Dim numRecords As Integer Dim value As List(Of ItemEntry) value = instance.GetLastItems(sourceId, numRecords)
[OperationBehaviorAttribute()] [PrincipalPermissionAttribute(Name="", Role="View Library", Authenticated=true, Action=SecurityAction.Demand, Unrestricted=false)] public List<ItemEntry> GetLastItems( int sourceId, int numRecords )
[OperationBehaviorAttribute()] [PrincipalPermissionAttribute(Name="", Role="View Library", Authenticated=true, Action=SecurityAction.Demand, Unrestricted=false)] public: List<ItemEntry^>^ GetLastItems( int sourceId, int numRecords )
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