C# Class Tigwi.Storage.Library.Utilities.MsgSetBlobPack

Afficher le fichier Open project: ismaelbelghiti/Tigwi Class Usage Examples

Méthodes publiques

Méthode Description
AddMessage ( Message message ) : bool
Delete ( ) : void
ExceptWith ( MsgSetBlobPack other ) : bool
GetMessagesBetween ( System.DateTime first, System.DateTime last ) : MessageSet
GetMessagesFrom ( System.DateTime date, int msgCount, Exception e ) : List
GetMessagesTo ( System.DateTime date, int msgCount, Exception e ) : List
Init ( ) : void
MsgSetBlobPack ( CloudBlobContainer container, string path ) : System
RemoveMessage ( Message message ) : void
UnionWith ( MsgSetBlobPack other ) : bool

Private Methods

Méthode Description
GetBlobs ( ) : CloudBlob>>.List
GetMessageSet ( Blob blob ) : MessageSet
NameToDate ( string blobName ) : System.DateTime

Method Details

AddMessage() public méthode

public AddMessage ( Message message ) : bool
message System.Globalization.Message
Résultat bool

Delete() public méthode

public Delete ( ) : void
Résultat void

ExceptWith() public méthode

public ExceptWith ( MsgSetBlobPack other ) : bool
other MsgSetBlobPack
Résultat bool

GetMessagesBetween() public méthode

public GetMessagesBetween ( System.DateTime first, System.DateTime last ) : MessageSet
first System.DateTime
last System.DateTime
Résultat MessageSet

GetMessagesFrom() public méthode

public GetMessagesFrom ( System.DateTime date, int msgCount, Exception e ) : List
date System.DateTime
msgCount int
e System.Exception
Résultat List

GetMessagesTo() public méthode

public GetMessagesTo ( System.DateTime date, int msgCount, Exception e ) : List
date System.DateTime
msgCount int
e System.Exception
Résultat List

Init() public méthode

public Init ( ) : void
Résultat void

MsgSetBlobPack() public méthode

public MsgSetBlobPack ( CloudBlobContainer container, string path ) : System
container Microsoft.WindowsAzure.StorageClient.CloudBlobContainer
path string
Résultat System

RemoveMessage() public méthode

public RemoveMessage ( Message message ) : void
message System.Globalization.Message
Résultat void

UnionWith() public méthode

public UnionWith ( MsgSetBlobPack other ) : bool
other MsgSetBlobPack
Résultat bool