Method | Description | |
---|---|---|
AddColumn ( string queueName, string name, string type, bool @null = true ) : |
||
AddColumnWithLength ( string queueName, string name, string type, int length, bool @null = true ) : |
||
AddColumnWithPrecision ( string queueName, string name, string type, byte precision, int scale, bool @null = true ) : |
||
AddConstraint ( string queueName, string name, string type, string column ) : |
||
AddConstraintManyColumns ( string queueName, string name, string type ) : |
||
CreateQueue ( string queueName ) : |
||
Dispose ( ) : void |
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
|
|
Example ( string command ) : |
||
Help ( ) : |
||
QueueCreation ( ) : System | ||
RemoveQueue ( string queueName ) : |
||
SetDelayedProcessing ( string queueName, bool value ) : |
||
SetHeartBeat ( string queueName, bool value ) : |
||
SetHoldTransaction ( string queueName, bool value ) : |
||
SetMessageExpiration ( string queueName, bool value ) : |
||
SetPriority ( string queueName, bool value ) : |
||
SetQueueType ( string queueName, int queueType ) : |
||
SetStatus ( string queueName, bool value ) : |
||
SetStatusTable ( string queueName, bool value ) : |
Method | Description | |
---|---|---|
Dispose ( bool disposing ) : void |
Method | Description | |
---|---|---|
CreateModuleIfNeeded ( string queueName ) : void |
public AddColumn ( string queueName, string name, string type, bool @null = true ) : |
||
queueName | string | |
name | string | |
type | string | |
@null | bool | |
return |
public AddColumnWithLength ( string queueName, string name, string type, int length, bool @null = true ) : |
||
queueName | string | |
name | string | |
type | string | |
length | int | |
@null | bool | |
return |
public AddColumnWithPrecision ( string queueName, string name, string type, byte precision, int scale, bool @null = true ) : |
||
queueName | string | |
name | string | |
type | string | |
precision | byte | |
scale | int | |
@null | bool | |
return |
public AddConstraint ( string queueName, string name, string type, string column ) : |
||
queueName | string | |
name | string | |
type | string | |
column | string | |
return |
public AddConstraintManyColumns ( string queueName, string name, string type ) : |
||
queueName | string | |
name | string | |
type | string | |
return |
public CreateQueue ( string queueName ) : |
||
queueName | string | |
return |
public Example ( string command ) : |
||
command | string | |
return |
public Help ( ) : |
||
return |
public RemoveQueue ( string queueName ) : |
||
queueName | string | |
return |
public SetDelayedProcessing ( string queueName, bool value ) : |
||
queueName | string | |
value | bool | |
return |
public SetHeartBeat ( string queueName, bool value ) : |
||
queueName | string | |
value | bool | |
return |
public SetHoldTransaction ( string queueName, bool value ) : |
||
queueName | string | |
value | bool | |
return |
public SetMessageExpiration ( string queueName, bool value ) : |
||
queueName | string | |
value | bool | |
return |
public SetPriority ( string queueName, bool value ) : |
||
queueName | string | |
value | bool | |
return |
public SetQueueType ( string queueName, int queueType ) : |
||
queueName | string | |
queueType | int | |
return |
public SetStatus ( string queueName, bool value ) : |
||
queueName | string | |
value | bool | |
return |
public SetStatusTable ( string queueName, bool value ) : |
||
queueName | string | |
value | bool | |
return |