Backup and Clean Push Service and implement new Structure of Push Service ...
This commit is contained in:
@@ -6,24 +6,12 @@ namespace xPushService.Configurations {
|
||||
/// <value>string</value>
|
||||
public string BaseRoute { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// main action of push messages ...
|
||||
/// </summary>
|
||||
/// <value></value>
|
||||
public string PushMessageAction { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// determines log level of signalR ...
|
||||
/// </summary>
|
||||
/// <value></value>
|
||||
public object ConnectionLogLevel { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// when a client connected it's going to update last seen of a client by this interval ...
|
||||
/// </summary>
|
||||
/// <value></value>
|
||||
public int UpdateLastSeenInterval { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// when client disconnected it's automatically try to reconnect, this
|
||||
/// determines max number of try to connect ...
|
||||
|
||||
Reference in New Issue
Block a user