InternalSIPAddressExGetRInstances Method |
Namespace:
Ozeki.VoIP
Assembly:
OzekiSDK (in OzekiSDK.dll) Version: 10.3.199.0
Syntaxpublic static List<string> GetRInstances(
SIPAddress address
)
Public Shared Function GetRInstances (
address As SIPAddress
) As List(Of String)
public:
static List<String^>^ GetRInstances(
SIPAddress^ address
)
static member GetRInstances :
address : SIPAddress -> List<string>
Parameters
- address
- Type: Ozeki.VoIPSIPAddress
Return Value
Type:
ListString
See Also