共用方式為


ICloseableLogConsumer 介面

定義

當也支援 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)

適用於