Queues a job to update the statistics for a store
            
Namespace: BrightstarDB.ClientAssembly: BrightstarDB (in BrightstarDB.dll) Version: 1.9.0.0 (1.9.0.0)
Syntax
| C# | 
|---|
public IJobInfo UpdateStatistics(
	string storeName,
	string label
)  | 
| Visual Basic | 
|---|
Public Function UpdateStatistics ( 
	storeName As String,
	label As String
) As IJobInfo  | 
| Visual C++ | 
|---|
public:
virtual IJobInfo^ UpdateStatistics(
	String^ storeName, 
	String^ label
) sealed  | 
| F# | 
|---|
abstract UpdateStatistics : 
        storeName : string * 
        label : string -> IJobInfo 
override UpdateStatistics : 
        storeName : string * 
        label : string -> IJobInfo  | 
Parameters
- storeName
 - Type: System..::..String
The name of the store whose statistics are to be updated 
- label
 - Type: System..::..String
Optional user-friendly label for the job. 
Return Value
Type: 
IJobInfoA 
IJobInfo instance for tracking the current status of the job.
Implements
IBrightstarService..::..UpdateStatistics(String, String)
See Also