CallSessionForward Method |
Namespace: Ozeki.VoIPAssembly: OzekiSDK (in OzekiSDK.dll) Version: 10.4.54.0
Syntaxpublic 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 String
-
Return Value
BooleanImplements
ISessionForward(String)
See Also