예제 #1
0
 /// <summary> 
 /// Constructor.
 /// </summary>
 /// <param name="pRetractionHandleIsValid">whether or not the message
 /// retraction handle is valid
 /// </param>
 /// <param name="pHandle">the message retraction handle
 /// </param>
 public MessageRetractionReturn(bool pRetractionHandleIsValid, IMessageRetractionHandle pHandle)
 {
     retractionHandleIsValid = pRetractionHandleIsValid;
     handle = pHandle;
 }
예제 #2
0
 public virtual void RequestRetraction(IMessageRetractionHandle theHandle)
 {
     throw new Exception("The method or operation is not implemented.");
 }
 void IRTIambassador.Retract(IMessageRetractionHandle theHandle)
 {
     throw new Exception("The method or operation is not implemented.");
 }
예제 #4
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.");
 }
예제 #5
0
 public virtual void RemoveObjectInstance(IObjectInstanceHandle theObject, byte[] userSuppliedTag, OrderType sentOrdering, ILogicalTime theTime, OrderType receivedOrdering, IMessageRetractionHandle retractionHandle)
 {
     throw new Exception("The method or operation is not implemented.");
 }
예제 #6
0
 void IRTIambassador.Retract(IMessageRetractionHandle theHandle)
 {
     throw new Exception("The method or operation is not implemented.");
 }
예제 #7
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.");
 }
예제 #8
0
 public virtual void RequestRetraction(IMessageRetractionHandle theHandle)
 {
     throw new Exception("The method or operation is not implemented.");
 }
예제 #9
0
 public virtual void RemoveObjectInstance(IObjectInstanceHandle theObject, byte[] userSuppliedTag, OrderType sentOrdering, ILogicalTime theTime, OrderType receivedOrdering, IMessageRetractionHandle retractionHandle)
 {
     throw new Exception("The method or operation is not implemented.");
 }
예제 #10
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.");
 }
예제 #11
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.");
 }
예제 #12
0
 /// <summary>
 /// Constructor.
 /// </summary>
 /// <param name="pRetractionHandleIsValid">whether or not the message
 /// retraction handle is valid
 /// </param>
 /// <param name="pHandle">the message retraction handle
 /// </param>
 public MessageRetractionReturn(bool pRetractionHandleIsValid, IMessageRetractionHandle pHandle)
 {
     retractionHandleIsValid = pRetractionHandleIsValid;
     handle = pHandle;
 }