Click or drag to resize
Virtual Care NotificationsApi Class

[This is preliminary documentation and is subject to change.]

This API is currently for internal use only.
Inheritance Hierarchy
System. Object
  SnapMD.VirtualCare.Sdk.ApiCall
    SnapMD.VirtualCare.Sdk.NotificationsApi

Namespace: SnapMD.VirtualCare.Sdk
Assembly: SnapMD.VirtualCare.Sdk (in SnapMD.VirtualCare.Sdk.dll) Version: 1.24.0.23329 (1.0.0.0)
Syntax
public class NotificationsApi : ApiCall

The NotificationsApi type exposes the following members.

Constructors
  NameDescription
Public methodNotificationsApi(String, String, String, String)
Initializes a new instance of the NotificationsApi class
Public methodNotificationsApi(String, String, String, String, IWebClient)
Initializes a new instance of the NotificationsApi class
Top
Properties
  NameDescription
Public propertyNotFound (Inherited from ApiCall.)
Public propertyRequiresAuthentication (Inherited from ApiCall.)
Public propertyServerError (Inherited from ApiCall.)
Public propertyUnauthorized (Inherited from ApiCall.)
Public propertyWebClientInstance (Inherited from ApiCall.)
Top
Methods
  NameDescription
Protected methodDelete(String, Object) (Inherited from ApiCall.)
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMakeCall(Func<IWebClient, String>) (Inherited from ApiCall.)
Protected methodMakeCall(String,Object[]) (Inherited from ApiCall.)
Protected methodMakeCall(IWebClient, Func<IWebClient, String>) (Inherited from ApiCall.)
Protected methodMakeCall<T>(String) (Inherited from ApiCall.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Protected methodPost(String, Object) (Inherited from ApiCall.)
Protected methodPut(String, Object) (Inherited from ApiCall.)
Public methodSendProviderSiteNotification
Send notification to all connected SignalR users of a particular provider.
Public methodSendSiteNotification
Send notification to connected SignalR user.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also