fuget.org
DynamoVisualProgramming.DynamoServices
by Autodesk
3.0.0-beta6354
Toggle Dropdown
API Diff
with 3.1.0-beta3480
Toggle Dropdown
DynamoVisualProgramming.DynamoServices.3.0.0-beta6354.nupkg
nuget.org
github.com
Apache License 2
<
PackageReference
Include
=
"DynamoVisualProgramming.DynamoServices"
Version
=
"3.0.0-beta6354"
/>
Frameworks
netstandard2.0
API Diff between 3.0.0-beta6354 and 3.1.0-beta3480
10
Additions
14
Removals
Dynamo.Logging
public
static
class
Analytics
public
static
bool
DisableAnalytics
{
get
; }
public
static
bool
DisableAnalytics
public
static
Task
<
IDisposable
>
CreateTaskTimedEvent
(
Categories
category
,
string
variable
,
string
description
=
""
,
int
?
value
=
default
)
public
static
void
EndTaskCommandEvent
(
Task
<
IDisposable
>
taskEvent
)
public
static
void
TrackActivityStatus
(
string
activityType
)
public
static
Task
<
IDisposable
>
TrackTaskCommandEvent
(
string
name
,
string
description
=
""
,
int
?
value
=
default
)
public
static
Task
<
IDisposable
>
TrackTaskFileOperationEvent
(
string
filepath
,
Actions
operation
,
int
size
,
string
description
=
""
)
public
enum
HeartBeatType
public
interface
IAnalyticsClient
bool
ReportingUsage
{
get
; }
Task
<
IDisposable
>
CreateTaskCommandEvent
(
string
name
,
string
description
,
int
?
value
)
Task
<
IDisposable
>
CreateTaskTimedEvent
(
Categories
category
,
string
variable
,
string
description
,
int
?
value
)
void
EndEventTask
(
Task
<
IDisposable
>
taskToEnd
)
void
TrackActivityStatus
(
string
activityType
)
Task
<
IDisposable
>
TrackTaskFileOperationEvent
(
string
filepath
,
Actions
operation
,
int
size
,
string
description
)
DynamoServices
public
class
NodeInternalException
:
Exception
protected
NodeInternalException
(
SerializationInfo
info
,
StreamingContext
context
)
public
static
class
TraceUtils
public
static
string
GetTraceData
(
string
key
)
public
static
void
SetTraceData
(
string
key
,
string
value
)
public
static
ISerializable
GetTraceData
(
string
key
)
public
static
void
SetTraceData
(
string
key
,
ISerializable
value
)
PythonNodeModels
public
enum
PythonEngineVersion
CPython3
=
2
IronPython2
=
1
Unknown
=
3
Unspecified
=
0