RoutingResultLastRoutingState Property |
Gets the last routing state of the routing process (calling, busy, etc.)
Namespace:
Ozeki.VoIP
Assembly:
OzekiSDK (in OzekiSDK.dll) Version: 10.3.199.0
Syntaxpublic RoutingState LastRoutingState { get; set; }
Public Property LastRoutingState As RoutingState
Get
Set
public:
property RoutingState LastRoutingState {
RoutingState get ();
void set (RoutingState value);
}
member LastRoutingState : RoutingState with get, set
Property Value
Type:
RoutingState
See Also