Class TimeZoneService
Facade for TimeZone service hosted by SuperOffice (or one of the partners)
Inherited Members
WcfClientBase<ITimeZoneService>.CreateChannel()
WcfClientBase<ITimeZoneService>.ConfigureBinding(BasicHttpBinding)
WcfClientBase<ITimeZoneService>.IsSecureUrl(Uri)
WcfClientBase<ITimeZoneService>.DefaultUrl
WcfClientBase<ITimeZoneService>.MessageSize
WcfClientBase<ITimeZoneService>.Timeout
Namespace: SuperOffice.License.TimeZone
Assembly: SoLicense.dll
Syntax
public class TimeZoneService : WcfClientBase<ITimeZoneService>
Constructors
TimeZoneService(string)
Facade for TimeZone service hosted by SuperOffice (or one of the partners)
Declaration
public TimeZoneService(string url)
Parameters
| Type | Name | Description |
|---|---|---|
| string | url |
Methods
CheckHasNewTimeZoneData(TimeZoneCheckHasNewDataRequest)
Ping the TimeZone service
Declaration
public HasNewTimeZoneDataResult CheckHasNewTimeZoneData(TimeZoneCheckHasNewDataRequest req)
Parameters
| Type | Name | Description |
|---|---|---|
| TimeZoneCheckHasNewDataRequest | req | Request |
Returns
| Type | Description |
|---|---|
| HasNewTimeZoneDataResult | Ping response |
GetTimeZoneData(TimeZoneGetDataRequest)
Ping the TimeZone service
Declaration
public GetTimeZoneDataResult GetTimeZoneData(TimeZoneGetDataRequest req)
Parameters
| Type | Name | Description |
|---|---|---|
| TimeZoneGetDataRequest | req | Request |
Returns
| Type | Description |
|---|---|
| GetTimeZoneDataResult | Ping response |
InitBinding(BasicHttpBinding)
Facade for TimeZone service hosted by SuperOffice (or one of the partners)
Declaration
protected override void InitBinding(BasicHttpBinding binding)
Parameters
| Type | Name | Description |
|---|---|---|
| BasicHttpBinding | binding |