ExDialInfoToDialInfo Method |
Namespace: Ozeki.VoIPAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax public static DialInfo ToDialInfo(
this InternalDialInfo dialInfo
)
<ExtensionAttribute>
Public Shared Function ToDialInfo (
dialInfo As InternalDialInfo
) As DialInfo
public:
[ExtensionAttribute]
static DialInfo^ ToDialInfo(
InternalDialInfo^ dialInfo
)
[<ExtensionAttribute>]
static member ToDialInfo :
dialInfo : InternalDialInfo -> DialInfo
Parameters
- dialInfo
- Type: Ozeki.VoIPInternalDialInfo
Return Value
Type:
DialInfoUsage Note
In Visual Basic and C#, you can call this method as an instance method on any object of type
InternalDialInfo. When you use instance method syntax to call this method, omit the first parameter. For more information, see
Extension Methods (Visual Basic) or
Extension Methods (C# Programming Guide).
See Also