RedirectionInfo Constructor (RedirectionType, String) |
Namespace: Ozeki.VoIPAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax public RedirectionInfo(
RedirectionType type,
string target
)
Public Sub New (
type As RedirectionType,
target As String
)
public:
RedirectionInfo(
RedirectionType type,
String^ target
)
new :
type : RedirectionType *
target : string -> RedirectionInfo
Parameters
- type
- Type: Ozeki.VoIPRedirectionType
The type of the redirection. - target
- Type: SystemString
The target the call will be redirected.
See Also