コード例 #1
0
 // Token: 0x06001C16 RID: 7190 RVA: 0x0007949B File Offset: 0x0007769B
 public static IStoreRpc GetNewStoreControllerInstance(string serverNameOrFqdn)
 {
     return(Dependencies.GetNewStoreControllerInstance(serverNameOrFqdn, null));
 }
コード例 #2
0
 // Token: 0x06001C13 RID: 7187 RVA: 0x00079451 File Offset: 0x00077651
 public static IListMDBStatus GetStoreListMDBStatusInstance(string serverNameOrFqdn)
 {
     return(Dependencies.GetStoreListMDBStatusInstance(serverNameOrFqdn, null));
 }