C# Class ServiceStack.Text.RecyclableMemoryStreamManager.Events

Afficher le fichier Open project: ServiceStack/ServiceStack.Text

Méthodes publiques

Свойство Type Description
Write Events

Méthodes publiques

Méthode Description
MemoryStreamCreated ( System.Guid guid, string tag, int requestedSize ) : void
MemoryStreamDiscardBuffer ( MemoryStreamBufferType bufferType, string tag, MemoryStreamDiscardReason reason ) : void
MemoryStreamDisposed ( System.Guid guid, string tag ) : void
MemoryStreamDoubleDispose ( System.Guid guid, string tag, string allocationStack, string disposeStack1, string disposeStack2 ) : void
MemoryStreamFinalized ( System.Guid guid, string tag, string allocationStack ) : void
MemoryStreamManagerInitialized ( int blockSize, int largeBufferMultiple, int maximumBufferSize ) : void
MemoryStreamNewBlockCreated ( long smallPoolInUseBytes ) : void
MemoryStreamNewLargeBufferCreated ( int requiredSize, long largePoolInUseBytes ) : void
MemoryStreamNonPooledLargeBufferCreated ( int requiredSize, string tag, string allocationStack ) : void
MemoryStreamOverCapacity ( int requestedCapacity, long maxCapacity, string tag, string allocationStack ) : void
MemoryStreamToArray ( System.Guid guid, string tag, string stack, int size ) : void

Method Details

MemoryStreamCreated() public méthode

public MemoryStreamCreated ( System.Guid guid, string tag, int requestedSize ) : void
guid System.Guid
tag string
requestedSize int
Résultat void

MemoryStreamDiscardBuffer() public méthode

public MemoryStreamDiscardBuffer ( MemoryStreamBufferType bufferType, string tag, MemoryStreamDiscardReason reason ) : void
bufferType MemoryStreamBufferType
tag string
reason MemoryStreamDiscardReason
Résultat void

MemoryStreamDisposed() public méthode

public MemoryStreamDisposed ( System.Guid guid, string tag ) : void
guid System.Guid
tag string
Résultat void

MemoryStreamDoubleDispose() public méthode

public MemoryStreamDoubleDispose ( System.Guid guid, string tag, string allocationStack, string disposeStack1, string disposeStack2 ) : void
guid System.Guid
tag string
allocationStack string
disposeStack1 string
disposeStack2 string
Résultat void

MemoryStreamFinalized() public méthode

public MemoryStreamFinalized ( System.Guid guid, string tag, string allocationStack ) : void
guid System.Guid
tag string
allocationStack string
Résultat void

MemoryStreamManagerInitialized() public méthode

public MemoryStreamManagerInitialized ( int blockSize, int largeBufferMultiple, int maximumBufferSize ) : void
blockSize int
largeBufferMultiple int
maximumBufferSize int
Résultat void

MemoryStreamNewBlockCreated() public méthode

public MemoryStreamNewBlockCreated ( long smallPoolInUseBytes ) : void
smallPoolInUseBytes long
Résultat void

MemoryStreamNewLargeBufferCreated() public méthode

public MemoryStreamNewLargeBufferCreated ( int requiredSize, long largePoolInUseBytes ) : void
requiredSize int
largePoolInUseBytes long
Résultat void

MemoryStreamNonPooledLargeBufferCreated() public méthode

public MemoryStreamNonPooledLargeBufferCreated ( int requiredSize, string tag, string allocationStack ) : void
requiredSize int
tag string
allocationStack string
Résultat void

MemoryStreamOverCapacity() public méthode

public MemoryStreamOverCapacity ( int requestedCapacity, long maxCapacity, string tag, string allocationStack ) : void
requestedCapacity int
maxCapacity long
tag string
allocationStack string
Résultat void

MemoryStreamToArray() public méthode

public MemoryStreamToArray ( System.Guid guid, string tag, string stack, int size ) : void
guid System.Guid
tag string
stack string
size int
Résultat void

Property Details

Write public_oe static_oe property

public static Events Write
Résultat Events