Moonware.Server.WCF
GetCameras Method



Provides information on all connected sources that the requesting user is authorized to monitor (Name, Id, Settings, Resolution, etc...).
Syntax
'Declaration
 
<OperationBehaviorAttribute()>
Public Function GetCameras() As List(Of Camera)
'Usage
 
Dim instance As MoonwareServerWCF
Dim value As List(Of Camera)
 
value = instance.GetCameras()
[OperationBehaviorAttribute()]
public List<Camera> GetCameras()
[OperationBehaviorAttribute()]
public:
List<Camera^>^ GetCameras(); 

Return Value

List of Moonware.Core.Camera
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