Error processing SSI file
LEADTOOLS WebForms and AJAX (Leadtools.Web.Services assembly)

Show in webframe

Busy Property






Gets a value indicating whether the ServiceStreamer<TStreamedData,TServiceState> is running.
Syntax
public bool Busy {get;}
'Declaration
 
Public ReadOnly Property Busy As Boolean
'Usage
 
Dim instance As ServiceStreamer(Of TStreamedData,TServiceState)
Dim value As Boolean
 
value = instance.Busy

            

            
public:
property bool Busy {
   bool get();
}

Property Value

true, if the ServiceStreamer<TStreamedData,TServiceState> is running a sreaming operation; otherwise, false.
Requirements

Target Platforms

See Also

Reference

ServiceStreamer<TStreamedData,TServiceState> Class
ServiceStreamer<TStreamedData,TServiceState> Members

Error processing SSI file