Click or drag to resize
SetCallerIdCommand Constructor
Creates a new SetCallerIdCommand.

Namespace: AsterNET.FastAGI.Command
Assembly: AsterNET (in AsterNET.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public SetCallerIdCommand(
	string callerId
)

Parameters

callerId
Type: SystemString
the new callerId.
See Also