Example #1
0
 public virtual void ReceiveInteraction(IInteractionClassHandle interactionClass, IParameterHandleValueMap theParameters, byte[] userSuppliedTag, OrderType sentOrdering, TransportationType theTransport, ILogicalTime theTime, OrderType receivedOrdering, IMessageRetractionHandle messageRetractionHandle, IRegionHandleSet sentRegions)
 {
     throw new Exception("The method or operation is not implemented.");
 }
Example #2
0
 public virtual void ReflectAttributeValues(IObjectInstanceHandle theObject, IAttributeHandleValueMap theAttributes, byte[] userSuppliedTag, OrderType sentOrdering, TransportationType theTransport, ILogicalTime theTime, OrderType receivedOrdering, IMessageRetractionHandle retractionHandle, IRegionHandleSet sentRegions)
 {
     throw new Exception("The method or operation is not implemented.");
 }
 /// <summary> 
 /// Constructor.
 /// </summary>
 /// <param name="pAHset">the attribute set
 /// </param>
 /// <param name="pRHset">the region set
 /// </param>
 public AttributeRegionAssociation(IAttributeHandleSet pAHset, IRegionHandleSet pRHset)
 {
     ahset = pAHset;
     rhset = pRHset;
 }