JsonRpcProxyOptions.EventNameTransform 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定接受 CLR 事件名稱的函式,並傳回通知中使用的 RPC 事件名稱。 這個方法適用于將前置詞新增至所有事件,或將它們設為 camelCased。
public Func<string,string> EventNameTransform { get; set; }
member this.EventNameTransform : Func<string, string> with get, set
Public Property EventNameTransform As Func(Of String, String)
屬性值
函式,預設為直接傳遞。 絕對不會是 null。
例外狀況
如果設定為 Null 值,則會擲回 。