Class InteractionsServiceBuilder
Inheritance
System.Object
InteractionsServiceBuilder
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: AltV.Net.Interactions
Assembly: AltV.Net.Interactions.dll
Syntax
public class InteractionsServiceBuilder
Constructors
| Improve this Doc View SourceInteractionsServiceBuilder(InteractionsServiceOptions)
Declaration
public InteractionsServiceBuilder(InteractionsServiceOptions serviceOptions)
Parameters
Type | Name | Description |
---|---|---|
InteractionsServiceOptions | serviceOptions |
Methods
| Improve this Doc View SourceAddGlobalThreadMapping(Func<UInt64, UInt64, UInt64>)
Declaration
public void AddGlobalThreadMapping(Func<ulong, ulong, ulong> mapping)
Parameters
Type | Name | Description |
---|---|---|
System.Func<System.UInt64, System.UInt64, System.UInt64> | mapping |
AddThread(Grid)
Declaration
public void AddThread(Grid grid = null)
Parameters
Type | Name | Description |
---|---|---|
Grid | grid |
AddThreadForType(Grid, UInt64[])
Declaration
public void AddThreadForType(Grid grid, params ulong[] types)
Parameters
Type | Name | Description |
---|---|---|
Grid | grid | |
System.UInt64[] | types |
AddThreadForType(UInt64[])
Declaration
public void AddThreadForType(params ulong[] types)
Parameters
Type | Name | Description |
---|---|---|
System.UInt64[] | types |
AddType(UInt64)
Declaration
public void AddType(ulong type)
Parameters
Type | Name | Description |
---|---|---|
System.UInt64 | type |
Build()
Declaration
public InteractionsService Build()
Returns
Type | Description |
---|---|
InteractionsService |