| Deadline Class | 
Namespace: Akka.Remote
The Deadline type exposes the following members.
| Name | Description | |||
|---|---|---|---|---|
| HasTimeLeft | 
            Determines whether there is still time left until the deadline.
              | |||
| IsOverdue | 
            Determines whether the deadline has past.
              | |||
| Now | 
            A deadline that is due UtcNow  | |||
| TimeLeft | The amount of time left until the deadline is reached. 
  | |||
| When | 
            The DateTime that the deadline is due.
              | 
| Name | Description | |
|---|---|---|
| Equals | Determines whether the specified object is equal to the current object.  (Overrides ObjectEquals(Object).) | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.  (Inherited from Object.) | |
| GetHashCode | Serves as the default hash function.   (Overrides ObjectGetHashCode.) | |
| GetType | Gets the Type of the current instance.  (Inherited from Object.) | |
| MemberwiseClone | Creates a shallow copy of the current Object.  (Inherited from Object.) | |
| ToString | Returns a string that represents the current object.  (Inherited from Object.) | 
| Name | Description | |
|---|---|---|
| Addition(Deadline, NullableTimeSpan) | 
            Adds a given NullableT to the due time of this Deadline  | |
| Addition(Deadline, TimeSpan) | 
            Adds a given TimeSpan to the due time of this Deadline  | 
| Name | Description | |
|---|---|---|
| AsInstanceOfT | 
            TBD
              (Defined by Extensions.) | |
| Match | Overloaded.   
            Matches the specified target.
              (Defined by PatternMatch.) | |
| MatchT | Overloaded.   
            Matches the specified target and return a result of target processing.
              (Defined by PatternMatch.) |