IGrainLocator.TryLookupInCache(GrainId, GrainAddress) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
嘗試在本機查閱快取中尋找所提供之粒紋識別碼的粒紋位址。
public bool TryLookupInCache (Orleans.Runtime.GrainId grainId, out Orleans.Runtime.GrainAddress? address);
abstract member TryLookupInCache : Orleans.Runtime.GrainId * GrainAddress -> bool
Public Function TryLookupInCache (grainId As GrainId, ByRef address As GrainAddress) As Boolean
參數
- grainId
- GrainId
要尋找的粒紋識別碼。
- address
- GrainAddress
如果找到,則為產生的粒紋位址,如果找不到, null
則為 。
傳回
值,指出是否找到有效的專案。