Class RevitAsyncExtensions
Extensions methods to adding support for Async calls in Revit
Inheritance
System.Object
RevitAsyncExtensions
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Onbox.Revit.V8.Async
Assembly: Onbox.Revit.dll
Syntax
public static class RevitAsyncExtensions
Methods
| Improve this Doc View SourceAddRevitAsync(IContainer, Action<RevitAsyncSettings>)
Adds support for making async calls to Revit
Declaration
public static void AddRevitAsync(this IContainer container, Action<RevitAsyncSettings> config)
Parameters
Type | Name | Description |
---|---|---|
IContainer | container | |
System.Action<RevitAsyncSettings> | config |