Свойство | Type | Description | |
---|---|---|---|
InstanceName | string |
Свойство | Type | Description | |
---|---|---|---|
initialized | bool |
Méthode | Description | |
---|---|---|
BasePerfMonAppender ( Zetbox cfg ) : System | ||
DecrementFetchRelation ( InterfaceType ifType, int resultSize, long startTicks, long endTicks ) : void | ||
DecrementGetListOf ( InterfaceType ifType, int resultSize, long startTicks, long endTicks ) : void | ||
DecrementGetObjects ( InterfaceType ifType, int resultSize, long startTicks, long endTicks ) : void | ||
DecrementLifetimeScope ( long startTicks, long endTicks ) : void | ||
DecrementObjectInstance ( ) : void | ||
DecrementQuery ( InterfaceType ifType, int objectCount, long startTicks, long endTicks ) : void | ||
DecrementSetObjects ( int objectCount, long startTicks, long endTicks ) : void | ||
DecrementSubmitChanges ( int objectCount, long startTicks, long endTicks ) : void | ||
DecrementZetboxContext ( long startTicks, long endTicks ) : void | ||
Dump ( bool force ) : void | ||
IncrementFetchRelation ( InterfaceType ifType ) : void | ||
IncrementGetListOf ( InterfaceType ifType ) : void | ||
IncrementGetObjects ( InterfaceType ifType ) : void | ||
IncrementLifetimeScope ( ) : void | ||
IncrementObjectInstance ( ) : void | ||
IncrementQuery ( InterfaceType ifType ) : void | ||
IncrementServerMethodInvocation ( ) : void | ||
IncrementSetObjects ( ) : void | ||
IncrementSubmitChanges ( ) : void | ||
IncrementZetboxContext ( ) : void | ||
Initialize ( IFrozenContext frozenCtx ) : void | ||
Install ( ) : void | ||
Uninstall ( ) : void |
Méthode | Description | |
---|---|---|
GetAllDescs ( ) : IEnumerable |
public BasePerfMonAppender ( Zetbox cfg ) : System | ||
cfg | Zetbox | |
Résultat | System |
public DecrementFetchRelation ( InterfaceType ifType, int resultSize, long startTicks, long endTicks ) : void | ||
ifType | InterfaceType | |
resultSize | int | |
startTicks | long | |
endTicks | long | |
Résultat | void |
public DecrementGetListOf ( InterfaceType ifType, int resultSize, long startTicks, long endTicks ) : void | ||
ifType | InterfaceType | |
resultSize | int | |
startTicks | long | |
endTicks | long | |
Résultat | void |
public DecrementGetObjects ( InterfaceType ifType, int resultSize, long startTicks, long endTicks ) : void | ||
ifType | InterfaceType | |
resultSize | int | |
startTicks | long | |
endTicks | long | |
Résultat | void |
public DecrementLifetimeScope ( long startTicks, long endTicks ) : void | ||
startTicks | long | |
endTicks | long | |
Résultat | void |
public DecrementQuery ( InterfaceType ifType, int objectCount, long startTicks, long endTicks ) : void | ||
ifType | InterfaceType | |
objectCount | int | |
startTicks | long | |
endTicks | long | |
Résultat | void |
public DecrementSetObjects ( int objectCount, long startTicks, long endTicks ) : void | ||
objectCount | int | |
startTicks | long | |
endTicks | long | |
Résultat | void |
public DecrementSubmitChanges ( int objectCount, long startTicks, long endTicks ) : void | ||
objectCount | int | |
startTicks | long | |
endTicks | long | |
Résultat | void |
public DecrementZetboxContext ( long startTicks, long endTicks ) : void | ||
startTicks | long | |
endTicks | long | |
Résultat | void |
public IncrementFetchRelation ( InterfaceType ifType ) : void | ||
ifType | InterfaceType | |
Résultat | void |
public IncrementGetListOf ( InterfaceType ifType ) : void | ||
ifType | InterfaceType | |
Résultat | void |
public IncrementGetObjects ( InterfaceType ifType ) : void | ||
ifType | InterfaceType | |
Résultat | void |
public IncrementQuery ( InterfaceType ifType ) : void | ||
ifType | InterfaceType | |
Résultat | void |
public IncrementServerMethodInvocation ( ) : void | ||
Résultat | void |
public Initialize ( IFrozenContext frozenCtx ) : void | ||
frozenCtx | IFrozenContext | |
Résultat | void |