C# Класс ServiceStack.Text.RecyclableMemoryStreamManager.Events

Показать файл Открыть проект

Открытые свойства

Свойство Тип Описание
Write Events

Открытые методы

Метод Описание
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

Описание методов

MemoryStreamCreated() публичный Метод

public MemoryStreamCreated ( System.Guid guid, string tag, int requestedSize ) : void
guid System.Guid
tag string
requestedSize int
Результат void

MemoryStreamDiscardBuffer() публичный Метод

public MemoryStreamDiscardBuffer ( MemoryStreamBufferType bufferType, string tag, MemoryStreamDiscardReason reason ) : void
bufferType MemoryStreamBufferType
tag string
reason MemoryStreamDiscardReason
Результат void

MemoryStreamDisposed() публичный Метод

public MemoryStreamDisposed ( System.Guid guid, string tag ) : void
guid System.Guid
tag string
Результат void

MemoryStreamDoubleDispose() публичный Метод

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
Результат void

MemoryStreamFinalized() публичный Метод

public MemoryStreamFinalized ( System.Guid guid, string tag, string allocationStack ) : void
guid System.Guid
tag string
allocationStack string
Результат void

MemoryStreamManagerInitialized() публичный Метод

public MemoryStreamManagerInitialized ( int blockSize, int largeBufferMultiple, int maximumBufferSize ) : void
blockSize int
largeBufferMultiple int
maximumBufferSize int
Результат void

MemoryStreamNewBlockCreated() публичный Метод

public MemoryStreamNewBlockCreated ( long smallPoolInUseBytes ) : void
smallPoolInUseBytes long
Результат void

MemoryStreamNewLargeBufferCreated() публичный Метод

public MemoryStreamNewLargeBufferCreated ( int requiredSize, long largePoolInUseBytes ) : void
requiredSize int
largePoolInUseBytes long
Результат void

MemoryStreamNonPooledLargeBufferCreated() публичный Метод

public MemoryStreamNonPooledLargeBufferCreated ( int requiredSize, string tag, string allocationStack ) : void
requiredSize int
tag string
allocationStack string
Результат void

MemoryStreamOverCapacity() публичный Метод

public MemoryStreamOverCapacity ( int requestedCapacity, long maxCapacity, string tag, string allocationStack ) : void
requestedCapacity int
maxCapacity long
tag string
allocationStack string
Результат void

MemoryStreamToArray() публичный Метод

public MemoryStreamToArray ( System.Guid guid, string tag, string stack, int size ) : void
guid System.Guid
tag string
stack string
size int
Результат void

Описание свойств

Write публичное статическое свойство

public static Events Write
Результат Events