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

Show file Open project: ismaelbelghiti/Tigwi Class Usage Examples

Public Methods

Method 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

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

Method Details

AddMessage() public method

public AddMessage ( Message message ) : bool
message System.Globalization.Message
return bool

Delete() public method

public Delete ( ) : void
return void

ExceptWith() public method

public ExceptWith ( MsgSetBlobPack other ) : bool
other MsgSetBlobPack
return bool

GetMessagesBetween() public method

public GetMessagesBetween ( System.DateTime first, System.DateTime last ) : MessageSet
first System.DateTime
last System.DateTime
return MessageSet

GetMessagesFrom() public method

public GetMessagesFrom ( System.DateTime date, int msgCount, Exception e ) : List
date System.DateTime
msgCount int
e System.Exception
return List

GetMessagesTo() public method

public GetMessagesTo ( System.DateTime date, int msgCount, Exception e ) : List
date System.DateTime
msgCount int
e System.Exception
return List

Init() public method

public Init ( ) : void
return void

MsgSetBlobPack() public method

public MsgSetBlobPack ( CloudBlobContainer container, string path ) : System
container Microsoft.WindowsAzure.StorageClient.CloudBlobContainer
path string
return System

RemoveMessage() public method

public RemoveMessage ( Message message ) : void
message System.Globalization.Message
return void

UnionWith() public method

public UnionWith ( MsgSetBlobPack other ) : bool
other MsgSetBlobPack
return bool