Property | Type | Description | |
---|---|---|---|
MaxLifetimeCeiling | System.TimeSpan |
Method | Description | |
---|---|---|
InboxController ( ) : System |
Initializes a new instance of the InboxController class.
|
|
InboxController ( string containerName, string tableName, string cloudConfigurationName, |
Initializes a new instance of the InboxController class.
|
|
PurgeExpiredAsync ( CloudBlobContainer inboxContainer ) : Task |
Method | Description | |
---|---|---|
GetAbsoluteUrlForAction ( string action, dynamic routeValues ) : |
Method | Description | |
---|---|---|
AlertLongPollWaiterAsync ( |
||
CreateAsync ( ) : Task |
||
DeleteAsync ( string id ) : Task |
||
DeleteAsync ( string id, string notification ) : Task |
||
GetInboxAsync ( string id ) : Task |
||
GetInboxItemsAsync ( string id, bool longPoll = false ) : Task |
||
OneTimeInitializeAsync ( CloudStorageAccount azureAccount ) : Task | ||
PostNotificationAsync ( string id, int lifetime ) : Task |
||
PushChannelAsync ( string id ) : Task |
||
PushNotifyInboxMessageAppleAsync ( |
||
PushNotifyInboxMessageAsync ( |
||
PushNotifyInboxMessageGoogleAsync ( |
||
PushNotifyInboxMessageWinPhoneAsync ( |
||
PushNotifyInboxMessageWinStoreAsync ( |
||
RetrieveInboxItemsAsync ( string id, bool longPoll ) : Task
|
||
RetrieveInboxItemsCountAsync ( string id ) : Task |
||
WaitIncomingMessageAsync ( string id ) : Task |
protected GetAbsoluteUrlForAction ( string action, dynamic routeValues ) : |
||
action | string | |
routeValues | dynamic | |
return |
public InboxController ( string containerName, string tableName, string cloudConfigurationName, |
||
containerName | string | Name of the blob container. |
tableName | string | Name of the table. |
cloudConfigurationName | string | Name of the cloud configuration. |
httpHandler | The HTTP handler to use for outgoing HTTP requests. | |
return | System |
public static PurgeExpiredAsync ( CloudBlobContainer inboxContainer ) : Task | ||
inboxContainer | CloudBlobContainer | |
return | Task |