'Declaration
<ExtensionAttribute()> <NotNullAttribute()> Public Shared Function AsStarted( _ ByVal server As IEasyUAServer _ ) As IEasyUAServer
'Usage
Dim server As IEasyUAServer Dim value As IEasyUAServer value = IEasyUAServerExtension.AsStarted(server)
[Extension()] [NotNull()] public static IEasyUAServer AsStarted( IEasyUAServer server )
[Extension()] [NotNull()] public: static IEasyUAServer^ AsStarted( IEasyUAServer^ server )
Parameters
- server
- The server object that will perform the operation.
The value of this parameter cannot be
null
(Nothing
in Visual Basic).
Return Value
This method never returns null
(Nothing
in Visual Basic).