InternalSIPEventNotificationArgsExToSIPEventNotificationArgs Method |
Namespace: Ozeki.VoIPAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax public static SIPEventNotificationArgs ToSIPEventNotificationArgs(
this EventPackage eventPackage
)
<ExtensionAttribute>
Public Shared Function ToSIPEventNotificationArgs (
eventPackage As EventPackage
) As SIPEventNotificationArgs
public:
[ExtensionAttribute]
static SIPEventNotificationArgs^ ToSIPEventNotificationArgs(
EventPackage^ eventPackage
)
[<ExtensionAttribute>]
static member ToSIPEventNotificationArgs :
eventPackage : EventPackage -> SIPEventNotificationArgs
Parameters
- eventPackage
- Type: Ozeki.VoIPEventPackage
Return Value
Type:
SIPEventNotificationArgsUsage Note
In Visual Basic and C#, you can call this method as an instance method on any object of type
EventPackage. 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