Table of Contents

Struct SubscriptionHandle

Namespace
KSP.Messages
Assembly
Assembly-CSharp.dll
public struct SubscriptionHandle
Inherited Members
Extension Methods

Fields

IsPersistent

public bool IsPersistent

Field Value

bool

Properties

Callback

public Action<MessageCenterMessage> Callback { readonly get; set; }

Property Value

Action<MessageCenterMessage>

IsFinite

public bool IsFinite { readonly get; set; }

Property Value

bool

MessageType

public Type MessageType { readonly get; set; }

Property Value

Type

OriginalHashcode

public int OriginalHashcode { readonly get; set; }

Property Value

int

Parent

public MessageCenter Parent { readonly get; set; }

Property Value

MessageCenter

Methods

Release()

public void Release()