Click or drag to resize
MediaGatewayGetServiceT Method
It returns the Mediagateway services. (Invoke it after you started the Mediagateway service.)

Namespace: Ozeki.MediaGateway
Assembly: OzekiMediaGateway (in OzekiMediaGateway.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public T GetService<T>()
where T : class

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