CallSessionForward Method |
Namespace: Ozeki.VoIPAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax public bool Forward(
string target
)
Public Function Forward (
target As String
) As Boolean
public:
virtual bool Forward(
String^ target
) sealed
abstract Forward :
target : string -> bool
override Forward :
target : string -> bool
Parameters
- target
- Type: SystemString
Return Value
Type:
BooleanImplements
ISessionForward(String)See Also