CallSessionForward Method |
Namespace:
Ozeki.VoIP
Assembly:
OzekiSDK (in OzekiSDK.dll) Version: 10.3.199.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
- Type: SystemString
Return Value
Type:
BooleanImplements
ISessionForward(String)
See Also