Class InterAppCallFactory
- Assembly
- Skyline.DataMiner.Core.InterAppCalls.Common.dll
Factory class that can create inter-app calls.
public static class InterAppCallFactory
- Inheritance
-
InterAppCallFactory
Methods
- CreateFromRaw(string, ISerializer)
Creates an inter-app call from the specified string.
- CreateFromRaw(string, IEnumerable<Type>)
Creates an inter-app call from the specified string.
- CreateFromRawAndAcceptMessage(string, ISerializer, ISerializer)
Creates an inter-app call from the specified string.
- CreateFromRawAndAcceptMessage(string, IEnumerable<Type>)
Creates an inter-app call from the specified string.
- CreateFromRemote(IConnection, int, int, int, ISerializer)
Creates an inter-app call from the contents of the specified parameter.
- CreateFromRemote(IConnection, int, int, int, IEnumerable<Type>)
Creates an inter-app call from the contents of the specified parameter.
- CreateFromRemoteAndAcceptMessage(IConnection, int, int, int, ISerializer, ISerializer)
Creates an inter-app call from the contents of the specified parameter.
- CreateFromRemoteAndAcceptMessage(IConnection, int, int, int, IEnumerable<Type>)
Creates an inter-app call from the contents of the specified parameter.
- CreateNew()
Creates a blank inter-app call.