HttpMJpegServerContextQueueCount Method |
Retrieves the number of queued pictures for a specific context.
Namespace: StreamCoders.MotionJpegAssembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntaxpublic int ContextQueueCount(
string guid
)
Public Function ContextQueueCount (
guid As String
) As Integer
public:
int ContextQueueCount(
String^ guid
)
member ContextQueueCount :
guid : string -> int
Parameters
- guid
- Type: SystemString
Unique Id of context.
Return Value
Type:
Int32Returns the number of items queued.
See Also