MediaGatewayGetServiceT Method |
It returns the Mediagateway services. (Invoke it after you started the Mediagateway service.)
Namespace: Ozeki.MediaGatewayAssembly: OzekiMediaGateway (in OzekiMediaGateway.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public T GetService<T>()
where T : class
Public Function GetService(Of T As Class) As T
public:
generic<typename T>
where T : ref class
T GetService()
member GetService : unit -> 'T when 'T : not struct
Type Parameters
- T
- Type of service.
Return Value
Type:
T If the service exists with T type it returns this, otherwise return null.
See Also