Click or drag to resize
ConfigGetInt Method

[Missing <summary> documentation for "M:Akka.Configuration.Config.GetInt(System.String,System.Int32)"]

Namespace: Akka.Configuration
Assembly: Akka (in Akka.dll) Version: 0.8.0.0 (0.8.0.0)
Syntax
public int GetInt(
	string path,
	int default = 0
)

Parameters

path
Type: SystemString

[Missing <param name="path"/> documentation for "M:Akka.Configuration.Config.GetInt(System.String,System.Int32)"]

default (Optional)
Type: SystemInt32

[Missing <param name="default"/> documentation for "M:Akka.Configuration.Config.GetInt(System.String,System.Int32)"]

Return Value

Type: Int32

[Missing <returns> documentation for "M:Akka.Configuration.Config.GetInt(System.String,System.Int32)"]

See Also