Click or drag to resize

CloudFunctionsServerCloudFunctionsServerNode Class

Inheritance Hierarchy
SystemObject
  NeoAxis.NetworkingServerNode
    NeoAxis.CloudServerCloudFunctionsServerCloudFunctionsServerNode

Namespace: NeoAxis.CloudServer
Assembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntax
C#
public class CloudFunctionsServerNode : ServerNode

The CloudFunctionsServerCloudFunctionsServerNode type exposes the following members.

Constructors
 NameDescription
Public methodCloudFunctionsServerCloudFunctionsServerNodeInitializes a new instance of the CloudFunctionsServerCloudFunctionsServerNode class
Top
Properties
Methods
 NameDescription
Public methodBeginListen
(Inherited from ServerNode)
Public methodDisconnectClient
(Inherited from ServerNode)
Public methodDispose
(Inherited from ServerNode)
Public methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Protected methodFinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
Public methodGetClientByLoginDataUserID
(Inherited from ServerNode)
Public methodGetClientsArray
(Inherited from ServerNode)
Public methodGetClientsByLoginDataUserID
(Inherited from ServerNode)
Public methodGetDataMessageStatistics
(Inherited from ServerNode)
Public methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Public methodGetServiceT
(Inherited from ServerNode)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Protected methodMemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
Protected methodOnUpdate
(Inherited from ServerNode)
Public methodProfilerStart
(Inherited from ServerNode)
Public methodProfilerStop
(Inherited from ServerNode)
Protected methodRegisterService
(Inherited from ServerNode)
Public methodToStringReturns a string that represents the current object.
(Inherited from Object)
Public methodUpdate
(Inherited from ServerNode)
Top
Events
 NameDescription
Public eventClientBeforeStatusChangeToConnected
(Inherited from ServerNode)
Public eventClientStatusChanged
(Inherited from ServerNode)
Public eventIncomingConnectionApproval
(Inherited from ServerNode)
Public eventProtocolError Occurs when a protocol error is detected.
(Inherited from ServerNode)
Top
Extension Methods
 NameDescription
Public Extension MethodMethodInvoke Calls the object method by name.
(Defined by ObjectEx)
Public Extension MethodPropertyGet Gets the value of the object property by name.
(Defined by ObjectEx)
Public Extension MethodPropertyGetT Gets the value of the object property by name.
(Defined by ObjectEx)
Public Extension MethodPropertySet Sets the value of the object property by name.
(Defined by ObjectEx)
Top
See Also