The storage types used for NServiceBus needs.
コード例 #1
0
 public bool HasSupportFor(Storage storage)
 {
     return(storageToActionMap.ContainsKey(StorageType.FromEnum(storage)));
 }