ICloseableLogConsumer 介面
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
當也支援 Close 函式時,用來取用記錄專案的介面。
public interface ICloseableLogConsumer : Orleans.Runtime.ILogConsumer
type ICloseableLogConsumer = interface
interface ILogConsumer
Public Interface ICloseableLogConsumer
Implements ILogConsumer
- 衍生
- 實作
方法
Close() |
關閉此記錄。 |
Log(Severity, LoggerType, String, String, IPEndPoint, Exception, Int32) |
在記錄期間呼叫的方法。 這個方法應該非常快速,因為它會在登入期間以同步方式呼叫。 (繼承來源 ILogConsumer) |