C# Class CSScriptEvaluatorExtensions.HostApp.AsyncSamples

Show file Open project: NewSpring/Rock

Public Methods

Method Description
CompileCodeAsync ( ) : void
CreateDelegateAsync ( ) : void
LoadCodeAsync ( ) : void
LoadMethodAsync ( ) : void
RemoteAsynch ( ) : void
RunAll ( ) : void

Private Methods

Method Description
LoadDelegateAsync ( ) : void

Method Details

CompileCodeAsync() public method

public CompileCodeAsync ( ) : void
return void

CreateDelegateAsync() public method

public CreateDelegateAsync ( ) : void
return void

LoadCodeAsync() public method

public LoadCodeAsync ( ) : void
return void

LoadMethodAsync() public method

public LoadMethodAsync ( ) : void
return void

RemoteAsynch() public method

public RemoteAsynch ( ) : void
return void

RunAll() public method

public RunAll ( ) : void
return void