コード例 #1
0
 public RemotePublishingEventsDescriptor(Type[] types, RemoteBoundedContextRegistration registration)
 {
     m_Registration = registration;
     m_Types        = types;
 }
コード例 #2
0
 public RemoteListeningCommandsDescriptor(Type[] types, RemoteBoundedContextRegistration registration)
 {
     m_Types        = types;
     m_Registration = registration;
 }