Pusher

Overview

Location

  • Reference:
    • Go.dll  .NET, .NET Standard 2.0
    • Go.fx  Island
  • Namespace: go.net.http
  • Platforms: .NET, .NET Standard 2.0, Island

Required Methods


Push

 

// .NET, .NET Standard 2.0
method Push(target: string; opts: Memory<PushOptions>): error
// Island
method Push(target: string; opts: Memory<PushOptions>): error

 

// .NET, .NET Standard 2.0
error Push(string target, Memory<PushOptions> opts)
// Island
error Push(string target, Memory<PushOptions> opts)

 

// .NET, .NET Standard 2.0
func Push(_ target: string, _ opts: Memory<PushOptions>) -> error
// Island
func Push(_ target: string, _ opts: Memory<PushOptions>) -> error

 

// .NET, .NET Standard 2.0
func Push(target string, opts Memory<PushOptions>) error
// Island
func Push(target string, opts Memory<PushOptions>) error

 

// .NET, .NET Standard 2.0
Function Push(target As string, opts As Memory<PushOptions>) As error
// Island
Function Push(target As string, opts As Memory<PushOptions>) As error

Parameters:

  • target:
  • opts: