AbstractLocalCallForward Method |
Namespace:
Ozeki.VoIP
Assembly:
OzekiSDK (in OzekiSDK.dll) Version: 10.3.183.0
Syntaxpublic abstract bool Forward(
string target
)
Public MustOverride Function Forward (
target As String
) As Boolean
public:
virtual bool Forward(
String^ target
) abstract
abstract Forward :
target : string -> bool
Parameters
- target
- Type: SystemString
Return Value
Type:
BooleanImplements
IOzPhoneCallForward(String)
See Also