ApiServices Class

 

The ApiServices class provides commonly used context information which can be used within ApiController and IScheduledJob instances. For ApiController instances it is injected by the Dependency Injection engine, either using property injection or constructor injection. For IScheduledJob instances it is injected before the job is executed.

Namespace:   Microsoft.WindowsAzure.Mobile.Service
Assembly:  Microsoft.WindowsAzure.Mobile.Service (in Microsoft.WindowsAzure.Mobile.Service.dll)

System.Object
  Microsoft.WindowsAzure.Mobile.Service.ApiServices

type ApiServices = 
    class
        interface IDisposable
    end

NameDescription
System_CAPS_pubpropertyConfig

System_CAPS_pubpropertyLog

Gets a ITraceWriter instance that logs to user logs.

System_CAPS_pubpropertyProperties

System_CAPS_pubpropertyPush

Gets a PushClient which can be used to send push notifications.

System_CAPS_pubpropertySettings

Gets or sets the ServiceSettingsDictionary for this service. The ServiceSettingsDictionary provide information about which settings apply to the service.

NameDescription
System_CAPS_pubmethodDispose()

System_CAPS_protmethodDispose(Boolean)

System_CAPS_pubmethodEquals(Object)

(Inherited from Object.)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodToString()

(Inherited from Object.)

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Return to top
Show: