Click or drag to resize

ServiceBaseGetRequestCount Method

Returns the number of requests that have been made in the lifetime of this Service. This is used as the id in json-rpc calls unless one is passed in during SendRequestAsync.

Namespace:  SolidFire.Core
Assembly:  SolidFire.SDK (in SolidFire.SDK.dll) Version: 12.3.0.0
Syntax
C#
public int GetRequestCount()

Return Value

Type: Int32
See Also