Class Program
Inheritance
System.Object
Program
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: Cortext.Next.Playground
Assembly: Cortext.Next.Playground.dll
Syntax
public class Program
Methods
| Improve this Doc View SourceMain(String[])
Declaration
public static void Main(string[] args)
Parameters
Type | Name | Description |
---|---|---|
System.String[] | args |
WriteToFileAsync(Group, ISharedState, Int32)
Declaration
public Task<int> WriteToFileAsync(Group group, ISharedState sharedState, int count)
Parameters
Type | Name | Description |
---|---|---|
Group | group | |
ISharedState | sharedState | |
System.Int32 | count |
Returns
Type | Description |
---|---|
System.Threading.Tasks.Task<System.Int32> |