共用方式為


IGrainLocator.TryLookupInCache(GrainId, GrainAddress) 方法

定義

嘗試在本機查閱快取中尋找所提供之粒紋識別碼的粒紋位址。

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 則為 。

傳回

值,指出是否找到有效的專案。

適用於