ServiceStack.Text.RecyclableMemoryStreamManager.Events.MemoryStreamCreated C# (CSharp) Méthode

MemoryStreamCreated() public méthode

public MemoryStreamCreated ( System.Guid guid, string tag, int requestedSize ) : void
guid System.Guid
tag string
requestedSize int
Résultat void
            public void MemoryStreamCreated(Guid guid, string tag, int requestedSize)
            {
                //if (this.IsEnabled(EventLevel.Verbose, EventKeywords.None))
                //{
                //    WriteEvent(1, guid, tag ?? string.Empty, requestedSize);
                //}
            }