Fork me on GitHubEpicdominant domains
APIEpic.EnvironmentEnvironmentBaseGet<(Of <<'(TObject>)>>)(InstanceName<(Of <<'(TObject>)>>))

Get<(Of <(<'TObject>)>)> Method (name)
Provide a tool or information from the enterprise environment.

Assembly: Epic.Core

Declaration Syntax
C#
public abstract TObject Get<TObject>(
	InstanceName<TObject> name
)
Generic Template Parameters
TObject

[Missing <typeparam name="TObject"/> documentation for "M:Epic.Environment.EnvironmentBase.Get``1(Epic.InstanceName{``0})"]

Parameters
name (InstanceName<(Of <(<'TObject>)>)>)
An identifier for the needed object.
Return Value
The required object.
Exceptions
ExceptionCondition
KeyNotFoundExceptionThe provided name do not match any property of the environment.
blog comments powered by Disqus