TableStatusReport::LatencyMS Property

 

The latency of the attempted storage operation in milliseconds.

Namespace:   Microsoft.WindowsAzure.Mobile.Service.Models
Assembly:  Microsoft.WindowsAzure.Mobile.Service.Tables (in Microsoft.WindowsAzure.Mobile.Service.Tables.dll)

public:
property int LatencyMS {
	[CompilerGeneratedAttribute]
	int get();
	[CompilerGeneratedAttribute]
	void set(int value);
}

Property Value

Type: System::Int32
Return to top
Show: